TeamFoundationExtensionNotFoundException Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
extensionName As String, _
pluginDirectory As String _
)
public TeamFoundationExtensionNotFoundException(
string extensionName,
string pluginDirectory
)
public:
TeamFoundationExtensionNotFoundException(
String^ extensionName,
String^ pluginDirectory
)
new :
extensionName:string *
pluginDirectory:string -> TeamFoundationExtensionNotFoundException
public function TeamFoundationExtensionNotFoundException(
extensionName : String,
pluginDirectory : String
)
Parameters
- extensionName
Type: System.String
- pluginDirectory
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.