ServerItemException Constructor (String, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Protected Sub New ( _
resourceKey As String, _
serverItem As String, _
additionalParameter As String _
)
protected ServerItemException(
string resourceKey,
string serverItem,
string additionalParameter
)
protected:
ServerItemException(
String^ resourceKey,
String^ serverItem,
String^ additionalParameter
)
new :
resourceKey:string *
serverItem:string *
additionalParameter:string -> ServerItemException
protected function ServerItemException(
resourceKey : String,
serverItem : String,
additionalParameter : String
)
Parameters
- resourceKey
Type: System.String
- serverItem
Type: System.String
- additionalParameter
Type: System.String
.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.