ServerManagerException Class

 

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)

System.Object
  System.Exception
    Microsoft.Web.Administration.ServerManagerException

<SerializableAttribute>
Public NotInheritable Class ServerManagerException
	Inherits Exception
	Implements ISerializable

NameDescription
System_CAPS_pubmethodServerManagerException()

Initializes a new instance of the ServerManagerException class.

System_CAPS_pubmethodServerManagerException(String)

Initializes a new instance of the ServerManagerException class that uses the specified error message.

System_CAPS_pubmethodServerManagerException(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.

System_CAPS_pubmethodServerManagerException(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.

System_CAPS_pubmethodServerManagerException(String, Int32)

Initializes a new instance of the ServerManagerException class that uses the specified error message and error code.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyErrorCode

Gets the error code that indicates the cause of the exception.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_pubmethodToString()

Creates and returns a string representation of the current exception.(Overrides Exception.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: