Include Protected Members
Include Inherited Members
Initializes a new instance of the CheckinException class.
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 | |
|---|---|---|
| .gif) | CheckinException() | Initializes a new CheckinException instance. | 
| .gif) | CheckinException(Exception) | Initializes a new CheckinException instance. | 
| .gif) | CheckinException(String) | Initializes a new CheckinException instance. | 
| .gif) | CheckinException(SerializationInfo, StreamingContext) | Initializes a new instance of the CheckinException class with the specified serialization info and streaming context. | 
| .gif) | CheckinException(String, Exception) | Initializes a new CheckinException instance. | 
| .gif) | CheckinException(array<CheckinConflict[], Boolean, String) | Initializes a new CheckinException instance. | 
| .gif) | CheckinException(array<CheckinConflict[], Boolean, Boolean, String) | Creates a CheckinException from the provided parameters. | 
Top