コード例 #1
0
        public string error_message()
        {
            string result = AppUtilPINVOKE.FutureBase_error_message(this.swigCPtr);

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }