ServerManagerException Class

Definition

The exception that is thrown when the server manager is unable to perform a requested operation.

public ref class ServerManagerException sealed : Exception
[System.Serializable]
public sealed class ServerManagerException : Exception
type ServerManagerException = class
    inherit Exception
    interface ISerializable
Public NotInheritable Class ServerManagerException
Inherits Exception
Inheritance
ServerManagerException
Attributes
Implements

Constructors

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.

Properties

ErrorCode

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

Methods

ToString()

Creates and returns a string representation of the current exception.

Explicit Interface Implementations

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Returns the SerializationInfo object that has information about the exception

Applies to