Exemple #1
0
 internal static HandleRef getCPtr(ParseException obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #2
0
 public ParseException(ParseException orig)
     : this(djonwrapperPINVOKE.new_ParseException__SWIG_1(ParseException.getCPtr(orig)), true)
 {
     if (djonwrapperPINVOKE.SWIGPendingException.Pending) throw djonwrapperPINVOKE.SWIGPendingException.Retrieve();
 }