This topic has not yet been rated - Rate this topic

MonitoringException Constructor (Exception)

System Center
Initializes a new MonitoringException object by specifying an inner exception that caused the current exception.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager.Common (in microsoft.enterprisemanagement.operationsmanager.common.dll)
'Usage
Dim inner As Exception

Dim instance As New MonitoringException(inner)
public MonitoringException (
	Exception inner
)
public MonitoringException (
	Exception inner
)
public function MonitoringException (
	inner : Exception
)

Parameters

inner

The Exception instance that caused the current exception.

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

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.