ExceededLimitException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ExceededLimitException class.
Overload List
Name | Description | |
---|---|---|
ExceededLimitException() | Initializes a new instance of the ExceededLimitException class. | |
ExceededLimitException(String) | Initializes a new instance of the ExceededLimitException class with a message. | |
ExceededLimitException(SerializationInfo, StreamingContext) | Initializes a new instance of the ExceededLimitException class from a serialized stream. | |
ExceededLimitException(String, Exception) | Initializes a new instance of the ExceededLimitException class with a message and an inner exception. |
Top