MonitoringException Class

Definition

Caution

This class will be removed in favor of EnterpriseManagementException

Represents the base exception class for all exceptions in the Service Manager and Operations Manager SDKs.

public ref class MonitoringException : Exception
[System.Obsolete("This class will be removed in favor of EnterpriseManagementException")]
[System.Serializable]
public class MonitoringException : Exception
type MonitoringException = class
    inherit Exception
Public Class MonitoringException
Inherits Exception
Inheritance
MonitoringException
Derived
Attributes

Constructors

MonitoringException()

Initializes a new MonitoringException object.

MonitoringException(Exception)

Initializes a new MonitoringException object by specifying an inner exception that caused the current exception.

MonitoringException(SerializationInfo, StreamingContext)

Initializes a new MonitoringException object with serialized data.

MonitoringException(String)

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

MonitoringException(String, Exception)

Initializes a new MonitoringException object with an error message and inner exception.

Applies to