libsbml.SBMLConstructorException.getSBMLErrMsg C# (CSharp) 메소드

getSBMLErrMsg() 공개 메소드

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