Freigeben über


ArgumentTooLargeException-Konstruktor (SerializationInfo, StreamingContext)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Initializes a new instance of the ArgumentTooLargeException class with serialized data.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

ArgumentTooLargeException Klasse

ArgumentTooLargeException-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace