36 public JobException(
string message, Exception innerException) : base(message, innerException)
JobException(ErrorCode errorCode)
Construct a JobException with a errorCode .
ErrorCode
Types of ErrorMessages that the API may return.
Use server authentication
JobException(string message)
Construct a JobException with a message
JobException(ErrorCode errorCode, Exception innerException)
Construct a JobException with a errorCode and innerException .
Operation exceptions thrown from the context of a Models.Job
JobException()
Construct a JobException
JobException(string message, Exception innerException)
Construct a JobException with a message and innerException