This creates a JobNotFoundException with a message that includes job ID.

Namespace: VcClientExceptions
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public JobNotFoundException(
	string jobId
)
Visual Basic
Public Sub New ( _
	jobId As String _
)
Visual C++
public:
JobNotFoundException(
	String^ jobId
)

Parameters

jobId
Type: String
Job ID.

See Also