ArgumentTooSmallException Constructors

Definition

Initializes a new instance of the ArgumentTooSmallException class.

Overloads

ArgumentTooSmallException(SerializationInfo, StreamingContext)

Initializes a new instance of the ArgumentTooSmallException class.

ArgumentTooSmallException(Object, String, Object, Object)

Initializes a new instance of the ArgumentTooSmallException class.

ArgumentTooSmallException(SerializationInfo, StreamingContext)

Initializes a new instance of the ArgumentTooSmallException class.

protected:
 ArgumentTooSmallException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ArgumentTooSmallException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The serialization info.

context
StreamingContext

The streaming context.

Applies to

ArgumentTooSmallException(Object, String, Object, Object)

Initializes a new instance of the ArgumentTooSmallException class.

public:
 ArgumentTooSmallException(System::Object ^ component, System::String ^ property, System::Object ^ value, System::Object ^ minimum);
public ArgumentTooSmallException (object component, string property, object value, object minimum);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException : obj * string * obj * obj -> Microsoft.ReportingServices.RdlObjectModel.ArgumentTooSmallException
Public Sub New (component As Object, property As String, value As Object, minimum 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.

minimum
Object

The minimum allowable value of the property.

Applies to