Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim ex As LocationObjectNotManagedException Dim instance As New LocationMonitoringObjectNotManagedException(ex) |
Syntax
Visual Basic |
---|
Public Sub New ( _ ex As LocationObjectNotManagedException _ ) |
C# |
---|
public LocationMonitoringObjectNotManagedException ( LocationObjectNotManagedException ex ) |
C++ |
---|
public: LocationMonitoringObjectNotManagedException ( LocationObjectNotManagedException^ ex ) |
J# |
---|
public LocationMonitoringObjectNotManagedException ( LocationObjectNotManagedException ex ) |
JScript |
---|
public function LocationMonitoringObjectNotManagedException ( ex : LocationObjectNotManagedException ) |
Parameters
- ex