WebManagementServiceException Class
Represents an exception that is thrown when IIS Manager is unable to perform a requested operation.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| 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.) |
![]() | 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(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 serialized object data 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.



