libsbml.XMLError.XMLError C# (CSharp) Method

XMLError() public method

public XMLError ( ) : System
return System
        public XMLError()
            : this(libsbmlPINVOKE.new_XMLError__SWIG_6(), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

XMLError::XMLError ( IntPtr cPtr, bool cMemoryOwn ) : System
XMLError::XMLError ( XMLError orig ) : System
XMLError::XMLError ( int errorId ) : System
XMLError::XMLError ( int errorId, string details ) : System
XMLError::XMLError ( int errorId, string details, long line ) : System
XMLError::XMLError ( int errorId, string details, long line, long column ) : System
XMLError::XMLError ( int errorId, string details, long line, long column, long severity ) : System
XMLError::XMLError ( int errorId, string details, long line, long column, long severity, long category ) : System