SPException constructor
Reserved for internal use. Initializes a new instance of the SPException class.
Overload list
Name | Description | |
---|---|---|
SPException() | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPException(COMException) | Reserved for internal use. Initializes a new instance of the SPException class. | |
SPException(String) | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPException(SerializationInfo, StreamingContext) | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPException(String, Exception) | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPException(String, Int32) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top