JobExecutionException Constructor Quartz.NET API Documentation
Overload List

  NameDescription
Public methodJobExecutionException 
Create a JobExcecutionException, with the 're-fire immediately' flag set to  .
Public methodJobExecutionException(Boolean)
Create a JobExcecutionException with the 're-fire immediately' flag set to the given value.
Public methodJobExecutionException(Exception)
Create a JobExcecutionException, with the given cause.
Public methodJobExecutionException(String)
Create a JobExcecutionException, with the given message.
Public methodJobExecutionException(Exception, Boolean)
Create a JobExcecutionException with the given underlying exception, and the 're-fire immediately' flag set to the given value.
Protected methodJobExecutionException(SerializationInfo, StreamingContext)
Initializes a new instance of the JobExecutionException class.
Public methodJobExecutionException(String, Exception)
Initializes a new instance of the JobExecutionException class.
Public methodJobExecutionException(String, Exception, Boolean)
Create a JobExcecutionException with the given message, and underlying exception, and the 're-fire immediately' flag set to the given value.
Top
See Also