ArgumentTooLargeException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ArgumentTooLargeException class.
Overloads
ArgumentTooLargeException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ArgumentTooLargeException class with serialized data. |
ArgumentTooLargeException(Object, String, Object, Object) |
Initializes a new instance of the ArgumentTooLargeException class. |
ArgumentTooLargeException(SerializationInfo, StreamingContext)
Initializes a new instance of the ArgumentTooLargeException class with serialized data.
protected:
ArgumentTooLargeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ArgumentTooLargeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The object that contains the serialized data about the exception.
- context
- StreamingContext
The contextual information about the source or destination.
Applies to
ArgumentTooLargeException(Object, String, Object, Object)
Initializes a new instance of the ArgumentTooLargeException class.
public:
ArgumentTooLargeException(System::Object ^ component, System::String ^ property, System::Object ^ value, System::Object ^ maximum);
public ArgumentTooLargeException (object component, string property, object value, object maximum);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException : obj * string * obj * obj -> Microsoft.ReportingServices.RdlObjectModel.ArgumentTooLargeException
Public Sub New (component As Object, property As String, value As Object, maximum As Object)
Parameters
- component
- Object
The component where the exception occurred.
- property
- String
The property that caused the exception.
- value
- Object
The value of the property.
- maximum
- Object
The maximum allowable value of the property.