InvalidKpiStateException Constructor (String, String, String, KpiState)
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, _
state As KpiState _
)
public InvalidKpiStateException(
string area,
string name,
string scope,
KpiState state
)
public:
InvalidKpiStateException(
String^ area,
String^ name,
String^ scope,
KpiState state
)
new :
area:string *
name:string *
scope:string *
state:KpiState -> InvalidKpiStateException
public function InvalidKpiStateException(
area : String,
name : String,
scope : String,
state : KpiState
)
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.
See Also
Reference
InvalidKpiStateException Class