JobCannotBePausedException Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public JobCannotBePausedException(
    string message
)
public:
JobCannotBePausedException(
    String^ message
)
new : 
        message:string -> JobCannotBePausedException
public function JobCannotBePausedException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

JobCannotBePausedException Class

JobCannotBePausedException Overload

Microsoft.TeamFoundation.Framework.Server Namespace