MonitoringException 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.
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, Exception) |
Initializes a new MonitoringException object with an error message and inner exception. |
MonitoringException(String) |
Initializes a new MonitoringException object by specifying the error message that describes the current exception. |