ServerItemException Constructor (String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Protected Sub New ( _
resourceKey As String, _
serverItem As String _
)
protected ServerItemException(
string resourceKey,
string serverItem
)
protected:
ServerItemException(
String^ resourceKey,
String^ serverItem
)
new :
resourceKey:string *
serverItem:string -> ServerItemException
protected function ServerItemException(
resourceKey : String,
serverItem : String
)
Parameters
- resourceKey
Type: System.String
- serverItem
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.