Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The object that contains the serialized data about the exception.
- context
Type: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
See Also
Reference
ArgumentTooLargeException Class