SharePointCommandCanceledException Constructor
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the SharePointCommandCanceledException 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 | |
---|---|---|
SharePointCommandCanceledException() | Initializes a new instance of the SharePointCommandCanceledException class. | |
SharePointCommandCanceledException(String) | Initializes a new instance of the SharePointCommandCanceledException class with a specified error message. | |
SharePointCommandCanceledException(SerializationInfo, StreamingContext) | Initializes a new instance of the SharePointCommandCanceledException class with serialized data. | |
SharePointCommandCanceledException(String, Exception) | Initializes a new instance of the SharePointCommandCanceledException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
SharePointCommandCanceledException(String, String, String, String) | Initializes a new instance of the SharePointCommandCanceledException class with a specified error message, full type name and the original stack trace. | |
SharePointCommandCanceledException(String, String, String, String, Exception) | Initializes a new instance of the SharePointCommandCanceledException class with a specified error message, full type name, the original stack trace and a reference to the inner exception that is the cause of this exception. |
Top