Exemplo n.º 1
0
 static Exception CreateJniLocationException()
 {
     using (var e = new JavaException()) {
         return(new JniLocationException(e.ToString()));
     }
 }
Exemplo n.º 2
0
 static Exception CreateJniLocationException()
 {
     using (var e = new JavaException()) {
         return(new OverrideStackTrace(e.ToString()));
     }
 }