This creates a JobNotFoundException with a message that includes the job ID
and additional error information.
Namespace: VcClientExceptionsAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public JobNotFoundException(
string jobId,
string error
) |
Visual Basic |
---|
Public Sub New ( _
jobId As String, _
error As String _
) |
Visual C++ |
---|
public:
JobNotFoundException(
String^ jobId,
String^ error
) |
Parameters
- jobId
- Type: String
Job ID.
- error
- Type: String
Additional error message that needs to be added to the exception.
See Also