Field FastThreadExceptions
Gets or sets whether calls to and from native code are wrapped in "try catch".
public static bool FastThreadExceptions
Returns
- bool
- Gets or sets whether calls to and from native code are wrapped in "try catch".
Remarks
Under Windows default value is true
and such wrapping is not needed.
Under other systems default value is false
and all calls are wrapped.