This creates a JobNotFoundException with a message that includes the job ID and an exception information.

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

Syntax

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

Parameters

jobId
Type: String
Job ID.
innerException
Type: Exception
Any Exception.

See Also