Share via


ArgumentConstraintException Constructors

Definition

Initializes a new instance of the ArgumentConstraintException class.

Overloads

ArgumentConstraintException(SerializationInfo, StreamingContext)

Initializes a new instance of the ArgumentConstraintException class.

ArgumentConstraintException(Object, String, Object, Object, String)

Initializes a new instance of the ArgumentConstraintException class.

ArgumentConstraintException(SerializationInfo, StreamingContext)

Initializes a new instance of the ArgumentConstraintException class.

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

Parameters

info
SerializationInfo

The information.

context
StreamingContext

The instance context.

Applies to

ArgumentConstraintException(Object, String, Object, Object, String)

Initializes a new instance of the ArgumentConstraintException class.

public:
 ArgumentConstraintException(System::Object ^ component, System::String ^ property, System::Object ^ value, System::Object ^ constraint, System::String ^ message);
public ArgumentConstraintException (object component, string property, object value, object constraint, string message);
new Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException : obj * string * obj * obj * string -> Microsoft.ReportingServices.RdlObjectModel.ArgumentConstraintException
Public Sub New (component As Object, property As String, value As Object, constraint As Object, message As String)

Parameters

component
Object

The component where the exception occurred.

property
String

The property that caused the exception.

value
Object

The value of the property.

constraint
Object

The object that demonstrates the constraint.

message
String

The exception message.

Applies to