次の方法で共有


UnexpectedTfsException Constructor

Initializes a new instance of the UnexpectedTfsException class.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
Public Sub New ( _
    tfsName As String, _
    innerException As Exception _
)
public UnexpectedTfsException(
    string tfsName,
    Exception innerException
)
public:
UnexpectedTfsException(
    String^ tfsName, 
    Exception^ innerException
)
new : 
        tfsName:string * 
        innerException:Exception -> UnexpectedTfsException
public function UnexpectedTfsException(
    tfsName : String, 
    innerException : Exception
)

Parameters

  • tfsName
    Type: System.String
    The name of the computer running Team Foundation Server.
  • innerException
    Type: System.Exception
    The exception that caused this exception.

.NET Framework Security

See Also

Reference

UnexpectedTfsException Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace