次の方法で共有


ArgumentTooLargeException コンストラクター (SerializationInfo, StreamingContext)

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'使用
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ArgumentTooLargeException(info, context)
protected ArgumentTooLargeException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ArgumentTooLargeException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ArgumentTooLargeException
protected function ArgumentTooLargeException(
    info : SerializationInfo, 
    context : StreamingContext
)