ServerManagerException Class
The exception that is thrown when the server manager is unable to perform a requested operation.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Name | Description | |
|---|---|---|
![]() | ServerManagerException() | Initializes a new instance of the ServerManagerException class. |
![]() | ServerManagerException(String) | Initializes a new instance of the ServerManagerException class that uses the specified error message. |
![]() | ServerManagerException(String, Exception) | Initializes a new instance of the ServerManagerException class that uses the specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | ServerManagerException(String, Exception, Int32) | Initializes a new instance of the ServerManagerException class that uses the specified error message, a reference to the inner exception that is the cause of this exception, and the specified error code. |
![]() | ServerManagerException(String, Int32) | Initializes a new instance of the ServerManagerException class that uses the specified error message and error code. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | Gets the error code that indicates the cause of the exception. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | Creates and returns a string representation of the current exception.(Overrides Exception.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable.GetObjectData(SerializationInfo, StreamingContext) | Returns the System.Runtime.Serialization.SerializationInfo object that has information about the exception |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



