An instance of Exception represents a handled or unhandled exception that occurred during execution of the monitored application.

interface IExceptionData {
    exceptions: IExceptionDetails[];
    measurements: any;
    properties: any;
    severityLevel: number;
    ver: number;
}

Hierarchy (view full)

Implemented by

Properties

exceptions: IExceptionDetails[]

Exception chain - list of inner exceptions.

measurements: any

Collection of custom measurements.

properties: any

Collection of custom properties.

severityLevel: number

Severity level. Mostly used to indicate exception severity level when it is reported by logging library.

ver: number

Schema version