Table of Contents

Class JobCntrlException

Namespace
Tlabs.JobCntrl
Assembly
Tlabs.JobCntrl.dll

Exception thrown from operation runtime.

public class JobCntrlException : GeneralException
Inheritance
JobCntrlException
Derived
Extension Methods

Constructors

JobCntrlException()

Default ctor

public JobCntrlException()

JobCntrlException(string)

Ctor from message

public JobCntrlException(string message)

Parameters

message string

JobCntrlException(string, Exception)

Ctor from message and inner exception.

public JobCntrlException(string message, Exception e)

Parameters

message string
e Exception

Fields

JOB_RESULT_KEY

Exception key in ResultObjects

public const string JOB_RESULT_KEY = "_#JobCntrlException"

Field Value

string