ReplaceDescriptorException Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
targetDescriptor As IdentityDescriptor, _
newDescriptor As IdentityDescriptor, _
errorNumber As Integer _
)
public ReplaceDescriptorException(
IdentityDescriptor targetDescriptor,
IdentityDescriptor newDescriptor,
int errorNumber
)
public:
ReplaceDescriptorException(
IdentityDescriptor^ targetDescriptor,
IdentityDescriptor^ newDescriptor,
int errorNumber
)
new :
targetDescriptor:IdentityDescriptor *
newDescriptor:IdentityDescriptor *
errorNumber:int -> ReplaceDescriptorException
public function ReplaceDescriptorException(
targetDescriptor : IdentityDescriptor,
newDescriptor : IdentityDescriptor,
errorNumber : int
)
Parameters
- targetDescriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- newDescriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- errorNumber
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.