JobExecutionException ToString Method Quartz.NET API Documentation
Creates and returns a string representation of the current exception.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public override string ToString()

Return Value

Type: String
A string representation of the current exception.

Implements

_Exception ToString 
See Also