SPDatabaseException constructor
Initializes a new instance of the SPDatabaseException class.
Overload list
Name | Description | |
---|---|---|
SPDatabaseException() | Initializes a new instance of the SPDatabaseException class. | |
SPDatabaseException(String) | Initializes a new instance of the SPDatabaseException class. | |
SPDatabaseException(String, Exception) | Initializes a new instance of the SPDatabaseException class based on the specified error string and exception. |
Top