Share via


ManagementServersImmutableException Constructors

Definition

Initializes a new ManagementServersImmutableException object.

Overloads

ManagementServersImmutableException()

Initializes a new ManagementServersImmutableException object.

ManagementServersImmutableException(String)

Initializes a new ManagementServersImmutableException object by specifying the error message that describes the current exception.

ManagementServersImmutableException(SerializationInfo, StreamingContext)

Initializes a new ManagementServersImmutableException object with serialized data.

ManagementServersImmutableException(String, Exception)

Initializes a new ManagementServersImmutableException object by specifying the error message that describes the current exception and the inner exception that caused the current exception.

ManagementServersImmutableException()

Initializes a new ManagementServersImmutableException object.

public:
 ManagementServersImmutableException();
public ManagementServersImmutableException ();
Public Sub New ()

Applies to

ManagementServersImmutableException(String)

Initializes a new ManagementServersImmutableException object by specifying the error message that describes the current exception.

public:
 ManagementServersImmutableException(System::String ^ message);
public ManagementServersImmutableException (string message);
new Microsoft.EnterpriseManagement.Common.ManagementServersImmutableException : string -> Microsoft.EnterpriseManagement.Common.ManagementServersImmutableException
Public Sub New (message As String)

Parameters

message
String

The error message that describes the current exception.

Applies to

ManagementServersImmutableException(SerializationInfo, StreamingContext)

Initializes a new ManagementServersImmutableException object with serialized data.

protected:
 ManagementServersImmutableException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ManagementServersImmutableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EnterpriseManagement.Common.ManagementServersImmutableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EnterpriseManagement.Common.ManagementServersImmutableException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The SerializationInfo object that holds the serialized object data about the exception being thrown.

context
StreamingContext

The StreamingContext object that contains contextual information about the source or destination.

Applies to

ManagementServersImmutableException(String, Exception)

Initializes a new ManagementServersImmutableException object by specifying the error message that describes the current exception and the inner exception that caused the current exception.

public:
 ManagementServersImmutableException(System::String ^ message, Exception ^ innerException);
public ManagementServersImmutableException (string message, Exception innerException);
new Microsoft.EnterpriseManagement.Common.ManagementServersImmutableException : string * Exception -> Microsoft.EnterpriseManagement.Common.ManagementServersImmutableException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The error message that describes the current exception.

innerException
Exception

The inner exception that caused the current exception.

Applies to