Share via


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

.NET Framework Security

See Also

Reference

ReplaceDescriptorException Class

Microsoft.TeamFoundation.Framework.Server Namespace