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