IllegalPolicyNameException Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
Public Sub New ( _
policyName As String _
)
public IllegalPolicyNameException(
string policyName
)
public:
IllegalPolicyNameException(
String^ policyName
)
new :
policyName:string -> IllegalPolicyNameException
public function IllegalPolicyNameException(
policyName : String
)
Parameters
- policyName
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.