Table of Contents

Class Thread.UncaughtExceptionHandler

Namespace
Java.Lang
Assembly
MASES.JNet.dll
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

string

OnUncaughtException

The Action<T1, T2> to be executed

public virtual Action<Thread, JVMBridgeException> OnUncaughtException { get; set; }

Property Value

Action<Thread, JVMBridgeException>

Methods

UncaughtException(Thread, JVMBridgeException)

public virtual void UncaughtException(Thread t, JVMBridgeException e)

Parameters

t Thread
e JVMBridgeException