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