IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ExceptionHelper.cs File Reference

Go to the source code of this file.

Classes

class  IKVM.Runtime.ExceptionHelper
 
class  IKVM.Runtime.ExceptionHelper.ExceptionInfoHelper
 

Namespaces

namespace  IKVM
 
namespace  IKVM.Runtime
 

Typedefs

using Interlocked = System.Threading.Interlocked
 
using MethodBase = System.Reflection.MethodBase
 
using ObjectInputStream = java.io.ObjectInputStream
 
using ObjectOutputStream = java.io.ObjectOutputStream
 
using ObjectStreamField = java.io.ObjectStreamField
 
using StackTraceElement = java.lang.StackTraceElement
 
using Throwable = java.lang.Throwable
 

Typedef Documentation

◆ Interlocked

using Interlocked = System.Threading.Interlocked

Definition at line 34 of file ExceptionHelper.cs.

◆ MethodBase

using MethodBase = System.Reflection.MethodBase

Definition at line 35 of file ExceptionHelper.cs.

◆ ObjectInputStream

using ObjectInputStream = java.io.ObjectInputStream

Definition at line 37 of file ExceptionHelper.cs.

◆ ObjectOutputStream

using ObjectOutputStream = java.io.ObjectOutputStream

Definition at line 38 of file ExceptionHelper.cs.

◆ ObjectStreamField

using ObjectStreamField = java.io.ObjectStreamField

Definition at line 39 of file ExceptionHelper.cs.

◆ StackTraceElement

using StackTraceElement = java.lang.StackTraceElement

Definition at line 40 of file ExceptionHelper.cs.

◆ Throwable

using Throwable = java.lang.Throwable

Definition at line 41 of file ExceptionHelper.cs.