[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]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
Visual Basic |
Dim managementGroupName As String
Dim inner As Exception
Dim instance As New TieredMonitoringException(managementGroupName, inner)
|
Syntax
Visual Basic |
Public Sub New ( _
managementGroupName As String, _
inner As Exception _
)
|
C# |
public TieredMonitoringException (
string managementGroupName,
Exception inner
)
|
C++ |
public:
TieredMonitoringException (
String^ managementGroupName,
Exception^ inner
)
|
J# |
public TieredMonitoringException (
String managementGroupName,
Exception inner
)
|
JScript |
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 Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also