EnterpriseManagementException Class

Definition

Represents a base class for all SDK exceptions.

public ref class EnterpriseManagementException : Microsoft::EnterpriseManagement::Common::MonitoringException
[System.Serializable]
public class EnterpriseManagementException : Microsoft.EnterpriseManagement.Common.MonitoringException
type EnterpriseManagementException = class
    inherit MonitoringException
Public Class EnterpriseManagementException
Inherits MonitoringException
Inheritance
EnterpriseManagementException
Derived
Attributes

Constructors

EnterpriseManagementException()

Initializes a new EnterpriseManagementException object.

EnterpriseManagementException(Exception)

Initializes a new EnterpriseManagementException object.

EnterpriseManagementException(SerializationInfo, StreamingContext)

Initializes a new EnterpriseManagementException object.

EnterpriseManagementException(String)

Initializes a new EnterpriseManagementException object.

EnterpriseManagementException(String, Exception)

Initializes a new EnterpriseManagementException object.

Applies to