ServerManagerException Class
IIS 7.0
The exception that is thrown when the server manager is unable to perform a requested operation.
Namespace:
Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
The ServerManagerException type exposes the following members.
| 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, Int32) | Initializes a new instance of the ServerManagerException class that uses the specified error message and error code. |
|
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. |
| Name | Description | |
|---|---|---|
|
Data | (Inherited from Exception.) |
|
ErrorCode | Gets the error code that indicates the cause of the exception. |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (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 | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetBaseException | (Inherited from Exception.) |
|
GetHashCode | (Inherited from Object.) |
|
GetObjectData | (Inherited from Exception.) |
|
GetType | (Inherited from Exception.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | Creates and returns a string representation of the current exception. (Overrides Exception..::..ToString()()()().) |
| Name | Description | |
|---|---|---|
|
ISerializable..::..GetObjectData | Returns the System.Runtime.Serialization..::..SerializationInfo object that has information about the exception |