wrappedException property

Exception? wrappedException
final

A system or third-party exception which occured during excecution that was passed through the ArcGIS Runtime.

This property will be set to an Exception when the errorType is set to ArcGISExceptionType.commonUserDefinedFailure. The message property will also contain the String representation of the wrapped Exception.

Implementation

final Exception? wrappedException;