Share via


InconsistentRequestTypesException Constructor

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

Syntax

'Declaration
Public Sub New ( _
    expected As RequestType, _
    actual As RequestType _
)
public InconsistentRequestTypesException(
    RequestType expected,
    RequestType actual
)
public:
InconsistentRequestTypesException(
    RequestType expected, 
    RequestType actual
)
new : 
        expected:RequestType * 
        actual:RequestType -> InconsistentRequestTypesException
public function InconsistentRequestTypesException(
    expected : RequestType, 
    actual : RequestType
)

Parameters

.NET Framework Security

See Also

Reference

InconsistentRequestTypesException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace