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