Share via


TieredMonitoringException Class

Definition

Caution

Use TieringException

Represents the exception that is thrown because an error occurred while processing a method for a Management Group.

public ref class TieredMonitoringException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Obsolete("Use TieringException")]
[System.Serializable]
public class TieredMonitoringException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type TieredMonitoringException = class
    inherit EnterpriseManagementException
Public Class TieredMonitoringException
Inherits EnterpriseManagementException
Inheritance
Derived
Attributes

Constructors

TieredMonitoringException()

Initializes a new TieredMonitoringException object.

TieredMonitoringException(Exception)

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

TieredMonitoringException(SerializationInfo, StreamingContext)

Initializes a new TieredMonitoringException object with serialized data.

TieredMonitoringException(String)

Initializes a new TieredMonitoringException object by specifying the name of the Management Group for which an error occurred.

TieredMonitoringException(String, Exception)

Initializes a new TieredMonitoringException object with the inner exception and the name of the Management Group for which the exception is thrown.

Properties

TieredManagementGroupName

Gets the name of the Management Group for which an error occurred.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the TieredMonitoringException class.

Applies to