UnableToInterruptJobException Constructor Quartz.NET API Documentation
Overload List

  NameDescription
Public methodUnableToInterruptJobException(Exception)
Create a UnableToInterruptJobException with the given cause.
Public methodUnableToInterruptJobException(String)
Create a UnableToInterruptJobException with the given message.
Public methodUnableToInterruptJobException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnableToInterruptJobException class.
Top
See Also