ReportableException interface

Exception object for all custom exceptions

Properties

actionableMessage

Actionable steps for this exception

filePath

The path to the file where exception occurred

hResult

Coded numerical value that is assigned to a specific exception

lineNumber

The line number where exception occurred

message

Error message

stackTrace

Stack trace

Property Details

actionableMessage

Actionable steps for this exception

actionableMessage?: string

Property Value

string

filePath

The path to the file where exception occurred

filePath?: string

Property Value

string

hResult

Coded numerical value that is assigned to a specific exception

hResult?: number

Property Value

number

lineNumber

The line number where exception occurred

lineNumber?: string

Property Value

string

message

Error message

message?: string

Property Value

string

stackTrace

Stack trace

stackTrace?: string

Property Value

string