InvalidMonitoringProfileException Constructor (InvalidProfileException)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the InvalidMonitoringProfileException 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 InvalidProfileException
Dim instance As New InvalidMonitoringProfileException(ex)
Syntax
'Declaration
Public Sub New ( _
ex As InvalidProfileException _
)
public InvalidMonitoringProfileException (
InvalidProfileException ex
)
public:
InvalidMonitoringProfileException (
InvalidProfileException^ ex
)
public InvalidMonitoringProfileException (
InvalidProfileException ex
)
public function InvalidMonitoringProfileException (
ex : InvalidProfileException
)
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
InvalidMonitoringProfileException Class
InvalidMonitoringProfileException Members
Microsoft.EnterpriseManagement.Common Namespace