ExceptionDescribe property

Pointer<NativeFunction<Void Function(Pointer<JniEnv1> env)>> ExceptionDescribe
getter/setter pair

Implementation

external ffi
    .Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<JniEnv1> env)>>
    ExceptionDescribe;