libsbml.SBMLConstructorException.getSBMLErrMsg C# (CSharp) Method

getSBMLErrMsg() public method

public getSBMLErrMsg ( ) : string
return string
        public string getSBMLErrMsg()
        {
            string ret = libsbmlPINVOKE.SBMLConstructorException_getSBMLErrMsg(swigCPtr);
            return ret;
        }