InconsistentRequestTypesException Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
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
- expected
Type: Microsoft.TeamFoundation.VersionControl.Server.RequestType
.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.