ArgumentConstraintException Members
Include Protected Members
Include Inherited Members
Occurs when the value of a property is outside of the constraint applied.
The ArgumentConstraintException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ArgumentConstraintException(Object, String, Object, Object, String) | Initializes a new instance of the ArgumentConstraintException class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from ArgumentException.) | |
GetType() | (Inherited from Exception.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
Component | The component where the exception occurred. | |
Constraint | The object that demonstrates the constraint. | |
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from ArgumentException.) | |
ParamName | (Inherited from ArgumentException.) | |
Property | The property that caused the exception. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
Value | The value of the property. |
Top