ProfileOperationImplicitScopeAlreadyExistsException Constructor (Guid, Guid, Guid, Guid, Guid, Byte, Guid, Guid, Guid, Byte)
[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 ProfileOperationImplicitScopeAlreadyExistsException class with the specified profile ID, operation ID, existing scope type ID, existing scope property ID, existing scope relationship type ID, existing scope relationship end point, new scope type ID, new scope property ID, new scope relationship type ID, and new scope relationship end point parameters.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim pId As Guid
Dim oId As Guid
Dim esTid As Guid
Dim esPid As Guid
Dim esRelTId As Guid
Dim esRelEp As Byte
Dim nTid As Guid
Dim nPid As Guid
Dim nRelTId As Guid
Dim nRelEp As Byte
Dim instance As New ProfileOperationImplicitScopeAlreadyExistsException(pId, oId, esTid, esPid, esRelTId, esRelEp, nTid, nPid, nRelTId, nRelEp)
Syntax
'Declaration
Public Sub New ( _
pId As Guid, _
oId As Guid, _
esTid As Guid, _
esPid As Guid, _
esRelTId As Guid, _
esRelEp As Byte, _
nTid As Guid, _
nPid As Guid, _
nRelTId As Guid, _
nRelEp As Byte _
)
public ProfileOperationImplicitScopeAlreadyExistsException (
Guid pId,
Guid oId,
Guid esTid,
Guid esPid,
Guid esRelTId,
byte esRelEp,
Guid nTid,
Guid nPid,
Guid nRelTId,
byte nRelEp
)
public:
ProfileOperationImplicitScopeAlreadyExistsException (
Guid pId,
Guid oId,
Guid esTid,
Guid esPid,
Guid esRelTId,
unsigned char esRelEp,
Guid nTid,
Guid nPid,
Guid nRelTId,
unsigned char nRelEp
)
public ProfileOperationImplicitScopeAlreadyExistsException (
Guid pId,
Guid oId,
Guid esTid,
Guid esPid,
Guid esRelTId,
byte esRelEp,
Guid nTid,
Guid nPid,
Guid nRelTId,
byte nRelEp
)
public function ProfileOperationImplicitScopeAlreadyExistsException (
pId : Guid,
oId : Guid,
esTid : Guid,
esPid : Guid,
esRelTId : Guid,
esRelEp : byte,
nTid : Guid,
nPid : Guid,
nRelTId : Guid,
nRelEp : byte
)
Parameters
- pId
The profile ID.
- oId
The operation ID.
- esTid
The existing scope type ID.
- esPid
The existing scope property ID.
- esRelTId
The existing scope relationship type ID.
- esRelEp
The existing scope relationship endpoint.
- nTid
The new scope type ID.
- nPid
The new scope property ID.
- nRelTId
The new scope relationship type ID.
- nRelEp
The new scope relationship endpoint.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ProfileOperationImplicitScopeAlreadyExistsException Class
ProfileOperationImplicitScopeAlreadyExistsException Members
Microsoft.EnterpriseManagement.Common Namespace