JobAgentException 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 JobAgentException(
    string message
)
public:
JobAgentException(
    String^ message
)
new : 
        message:string -> JobAgentException
public function JobAgentException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

JobAgentException Class

JobAgentException Overload

Microsoft.TeamFoundation.Framework.Server Namespace