Class Thread.UncaughtExceptionHandler
Listener for https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Thread.UncaughtExceptionHandler.html. Extends JVMBridgeListener
public class Thread.UncaughtExceptionHandler : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Thread.UncaughtExceptionHandler
- Implements
- Inherited Members
- Extension Methods
Remarks
Remember to Dispose the object otherwise there is a resource leak, the object contains a reference to the the corresponding JVM object
Constructors
UncaughtExceptionHandler()
Initialize a new instance of Thread.UncaughtExceptionHandler
public UncaughtExceptionHandler()
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnUncaughtException
The Action<T1, T2> to be executed
public virtual Action<Thread, JVMBridgeException> OnUncaughtException { get; set; }
Property Value
Methods
UncaughtException(Thread, JVMBridgeException)
public virtual void UncaughtException(Thread t, JVMBridgeException e)