IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Runtime.ExceptionHelper Class Reference

Classes

class  ExceptionInfoHelper
 

Public Member Functions

 ExceptionHelper (RuntimeContext context)
 Initializes a new instance.
 

Detailed Description

Definition at line 46 of file ExceptionHelper.cs.

Constructor & Destructor Documentation

◆ ExceptionHelper()

IKVM.Runtime.ExceptionHelper.ExceptionHelper ( RuntimeContext context)

Initializes a new instance.

Parameters
context

Definition at line 65 of file ExceptionHelper.cs.

66 {
67 this.context = context ?? throw new ArgumentNullException(nameof(context));
68
69#if FIRST_PASS == false
70 // make sure the exceptions map continues to work during AppDomain finalization
71 GC.SuppressFinalize(exceptions);
72#endif
73 }

The documentation for this class was generated from the following file: