ArgumentTooLargeException Members
Include Protected Members
Include Inherited Members
Occurs when the value of a property is greater than the maximum value allowed.
The ArgumentTooLargeException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ArgumentTooLargeException(Object, String, Object, Object) | Initializes a new instance of the ArgumentTooLargeException 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. (Inherited from ArgumentConstraintException.) |
![]() |
Constraint | The object that demonstrates the constraint. (Inherited from ArgumentConstraintException.) |
![]() |
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. (Inherited from ArgumentConstraintException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
![]() |
Value | The value of the property. (Inherited from ArgumentConstraintException.) |
Top