JobExecutionExceptionToString Method

Quartz.NET 3.0 API Documentation
Creates and returns a string representation of the current exception.

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

C#
public override string ToString()

Return Value

Type: String
A string representation of the current exception.

Implements

_ExceptionToString
See Also

Reference