Used to transfer an exception from a thread to another.
public nothrow | ExceptionPtr() |
public nothrow | ExceptionPtr(void* exception_, ulong exceptionClassIdHi_, ulong exceptionClassIdLo_) |
public inline nothrow void* | Exception() const |
public inline nothrow ulong | ExceptionClassIdHi() const |
public inline nothrow ulong | ExceptionClassIdLo() const |
private void* | exception |
private ulong | exceptionClassIdHi |
private ulong | exceptionClassIdLo |