FExceptionNativeExceptionWrapper constructor
FExceptionNativeExceptionWrapper(
- Exception nativeException
Implementation
FExceptionNativeExceptionWrapper(this.nativeException)
: super(nativeException.toString());