Share via


DeltaException Constructor

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Sub New ( _
    errorCode As Integer, _
    resourceId As String _
)
public DeltaException(
    int errorCode,
    string resourceId
)
public:
DeltaException(
    int errorCode, 
    String^ resourceId
)
new : 
        errorCode:int * 
        resourceId:string -> DeltaException
public function DeltaException(
    errorCode : int, 
    resourceId : String
)

Parameters

.NET Framework Security

See Also

Reference

DeltaException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace