ShelveException Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ShelveException() | Initializes a new ShelveException instance. | |
ShelveException(Exception) | Initializes a new ShelveException instance. | |
ShelveException(String) | Initializes a new ShelveException instance. | |
ShelveException(SerializationInfo, StreamingContext) | ||
ShelveException(String, Exception) | Initializes a new ShelveException instance. |
Top