InvalidMonitoringViewInUserRoleScopeException Constructor (InvalidViewInUserRoleScopeException)
Initializes a new instance of the InvalidMonitoringViewInUserRoleScopeException class by copying values from the specified exception.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim ex As InvalidViewInUserRoleScopeException
Dim instance As New InvalidMonitoringViewInUserRoleScopeException(ex)
Syntax
'Declaration
Public Sub New ( _
ex As InvalidViewInUserRoleScopeException _
)
public InvalidMonitoringViewInUserRoleScopeException (
InvalidViewInUserRoleScopeException ex
)
public:
InvalidMonitoringViewInUserRoleScopeException (
InvalidViewInUserRoleScopeException^ ex
)
public InvalidMonitoringViewInUserRoleScopeException (
InvalidViewInUserRoleScopeException ex
)
public function InvalidMonitoringViewInUserRoleScopeException (
ex : InvalidViewInUserRoleScopeException
)
Parameters
- ex
The exception to copy values from.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
InvalidMonitoringViewInUserRoleScopeException Class
InvalidMonitoringViewInUserRoleScopeException Members
Microsoft.EnterpriseManagement.Common Namespace