Esempio n. 1
0
 private static JSObject GetUnderlyingException(JSException instance)
 {
     return(instance.UnderlyingException);
 }
Esempio n. 2
0
 private static JSObject GetUnderlyingException(JSException instance)
 {
     return instance.UnderlyingException;
 }