Home
last modified time | relevance | path

Searched refs:TargetInvocationException (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DExceptionExtensions.cs36 using TargetInvocationException = System.Reflection.TargetInvocationException; typedef
84 public static Exception getTargetException(TargetInvocationException e) { in getTargetException()