Class JobNotSuccessfulException
Namespace: IndicoV2-Jobs-Exceptions
Assembly: IndicoV2-Abstractions-dll
Thrown when trying to get a job which hasn't finished yet, or which has finished with an error-
public class JobNotSuccessfulException : Exception, ISerializable
Inheritance
object ←
Exception ←
JobNotSuccessfulException
Implements
Inherited Members
Exception-GetBaseException(),
Exception-GetObjectData(SerializationInfo, StreamingContext),
Exception-GetType(),
Exception-ToString(),
Exception-Data,
Exception-HelpLink,
Exception-HResult,
Exception-InnerException,
Exception-Message,
Exception-Source,
Exception-StackTrace,
Exception-TargetSite,
Exception-SerializeObjectState,
object-Equals(object),
object-Equals(object, object),
object-GetHashCode(),
object-GetType(),
object-MemberwiseClone(),
object-ReferenceEquals(object, object),
object-ToString()
Constructors
public JobNotSuccessfulException()
public JobNotSuccessfulException(string message)
Parameters
message
string
public JobNotSuccessfulException(JobStatus status, string failReason)
Parameters
status
JobStatus
failReason
string
Updated 10 months ago