ExceptionInfo.from

Constructs a nullable ExceptionInfo from an Exception object.

struct ExceptionInfo
static
Nullable!ExceptionInfo
from
(
Exception e
)

Parameters

e Exception

The exception.

Return Value

Type: Nullable!ExceptionInfo

A nullable ExceptionInfo.