示例#1
0
 static Exception CreateJniLocationException()
 {
     using (var e = new JavaException()) {
         return(new JniLocationException(e.ToString()));
     }
 }
示例#2
0
 static Exception CreateJniLocationException()
 {
     using (var e = new JavaException()) {
         return(new OverrideStackTrace(e.ToString()));
     }
 }