Пример #1
0
 private static JSObject GetUnderlyingException(JSException instance)
 {
     return(instance.UnderlyingException);
 }
Пример #2
0
 private static JSObject GetUnderlyingException(JSException instance)
 {
     return instance.UnderlyingException;
 }