Share via


TieredMonitoringException Constructor (String, Exception)

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

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim managementGroupName As String
Dim inner As Exception

Dim instance As New TieredMonitoringException(managementGroupName, inner)

Syntax

'Declaration
Public Sub New ( _
    managementGroupName As String, _
    inner As Exception _
)
public TieredMonitoringException (
    string managementGroupName,
    Exception inner
)
public:
TieredMonitoringException (
    String^ managementGroupName, 
    Exception^ inner
)
public TieredMonitoringException (
    String managementGroupName, 
    Exception inner
)
public function TieredMonitoringException (
    managementGroupName : String, 
    inner : Exception
)

Parameters

  • managementGroupName
    The name of the Management Group for which the exception is thrown.
  • inner
    The Exception instance that caused the current exception.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

TieredMonitoringException Class
TieredMonitoringException Members
Microsoft.EnterpriseManagement.Common Namespace