DbMetadataExceptionType Property

Quartz.NET 3.0 API Documentation
Gets or sets the type of the exception that is thrown when using driver library.

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

C#
public virtual Type ExceptionType { get; set; }

Property Value

Type: Type
The type of the exception.
See Also

Reference