SPUpgradeException constructor
Initializes a new instance of the SPUpgradeException class.
Overload list
Name | Description | |
---|---|---|
SPUpgradeException() | This constructor is reserved for internal use and is not intended to be used directly from your code. | |
SPUpgradeException(String) | Initializes a new instance of the SPUpgradeException class with the specified error message. | |
SPUpgradeException(SerializationInfo, StreamingContext) | Serialization constructor for SPUpgradeException | |
SPUpgradeException(String, Exception) | Initializes a new instance of the SPUpgradeException class with the specified error message and root cause exception. |
Top