ExceptionInfo class
- Implemented types
Constructors
- ExceptionInfo(dynamic msg, dynamic data, dynamic ex)
-
const
Properties
Methods
-
$_ex_data$0(
) → dynamic -
override
-
noSuchMethod(
Invocation i) → dynamic -
Invoked when a nonexistent method or property is accessed.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited