次の方法で共有


JobDidntPauseException Constructor (String, Exception)

Initializes a new instance of the JobDidntPauseException class by using the specified message and inner exception.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public JobDidntPauseException(
    string message,
    Exception ex
)
public:
JobDidntPauseException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> JobDidntPauseException
public function JobDidntPauseException(
    message : String, 
    ex : Exception
)

Parameters

  • message
    Type: System.String
    A user-readable message that states the error.

.NET Framework Security

See Also

Reference

JobDidntPauseException Class

JobDidntPauseException Overload

Microsoft.TeamFoundation.Framework.Client Namespace