Costruttore ArgumentTooLargeException (SerializationInfo, StreamingContext)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Initializes a new instance of the ArgumentTooLargeException class with serialized data.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Utilizzo
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
)
Parametri
- info
Tipo: System.Runtime.Serialization.SerializationInfo
The object that contains the serialized data about the exception.
- context
Tipo: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
Vedere anche
Riferimento
ArgumentTooLargeException Classe