ManagementServersImmutableException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
ManagementServersImmutableException() |
Initializes a new ManagementServersImmutableException object. |
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(String) |
Initializes a new ManagementServersImmutableException object by specifying the error message that describes the current exception. |