libsbml.SBMLConstructorException.getSBMLErrMsg C# (CSharp) Méthode

getSBMLErrMsg() public méthode

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