次の方法で共有


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

.NET Framework Security

See Also

Reference

KpiExistsException Class

KpiExistsException Overload

Microsoft.TeamFoundation.Framework.Server Namespace