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.OperationsManager.Common (in microsoft.enterprisemanagement.operationsmanager.common.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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
TieredMonitoringException Class
TieredMonitoringException Members
Microsoft.EnterpriseManagement.Common Namespace