WebManagementServiceException Class
IIS 7.0
Represents an exception that is thrown when IIS Manager is unable to perform a requested operation.
System..::..Object
System..::..Exception
Microsoft.Web.Management.Server..::..WebManagementServiceException
System..::..Exception
Microsoft.Web.Management.Server..::..WebManagementServiceException
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
The WebManagementServiceException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WebManagementServiceException()()()() | Initializes a new instance of the WebManagementServiceException class. |
![]() | WebManagementServiceException(String) | Initializes a new instance of the WebManagementServiceException class that uses the specified error message. |
![]() | WebManagementServiceException(String, Exception) | Initializes a new instance of the WebManagementServiceException class that uses the specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | WebManagementServiceException(String, String) | Initializes a new instance of the WebManagementServiceException class that uses the specified error message and the resource name of the localized error message. |
![]() | WebManagementServiceException(String, String, Exception) | Initializes a new instance of the WebManagementServiceException class that uses the specified error message, the resource name of the localized error message, and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | ResourceName | Gets the name of the resource that is used to show a localized error message. |
![]() | 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()()()().) |
