Share via


ManagementServersImmutableException Class

Definition

Represents the exception that is thrown because the management server cannot be changed.

public ref class ManagementServersImmutableException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class ManagementServersImmutableException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ManagementServersImmutableException = class
    inherit EnterpriseManagementException
Public Class ManagementServersImmutableException
Inherits EnterpriseManagementException
Inheritance
ManagementServersImmutableException
Attributes

Constructors

ManagementServersImmutableException()

Initializes a new ManagementServersImmutableException object.

ManagementServersImmutableException(SerializationInfo, StreamingContext)

Initializes a new ManagementServersImmutableException object with serialized data.

ManagementServersImmutableException(String)

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

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.

Applies to