Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DExceptionExtensions.cs36 using TargetInvocationException = System.Reflection.TargetInvocationException; typedef
84 public static Exception getTargetException(TargetInvocationException e) { in getTargetException()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DExceptionExtensions.cs37 using TargetInvocationException = System.Reflection.TargetInvocationException; typedef
94 public static Exception getTargetException( this TargetInvocationException e ) in getTargetException()