SharePointCommandException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SharePointCommandException 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 | |
---|---|---|
SharePointCommandException() | Initializes a new instance of the SharePointCommandException class. | |
SharePointCommandException(String) | Initializes a new instance of the SharePointCommandException class with a specified error message. | |
SharePointCommandException(SerializationInfo, StreamingContext) | Initializes a new instance of the SharePointCommandException class with serialized data. | |
SharePointCommandException(String, Exception) | Initializes a new instance of the SharePointCommandException class with a specified error message and a reference to the inner exception that caused the exception. | |
SharePointCommandException(String, String, String, String) | Initializes a new instance of the SharePointCommandException class with a specified error message, full type name, and the original stack trace. | |
SharePointCommandException(String, String, String, String, Exception) | Initializes a new instance of the SharePointCommandException class with a specified error message, full type name, the original stack trace, and a reference to the inner exception that caused the exception. |
Top