libsbml.SBMLConstructorException.SBMLConstructorException C# (CSharp) Method

SBMLConstructorException() public method

public SBMLConstructorException ( string errmsg, string sbmlErrMsg ) : System
errmsg string
sbmlErrMsg string
return System
        public SBMLConstructorException(string errmsg, string sbmlErrMsg)
            : this(libsbmlPINVOKE.new_SBMLConstructorException__SWIG_1(errmsg, sbmlErrMsg), true)
        {
        }

Same methods

SBMLConstructorException::SBMLConstructorException ( ) : System
SBMLConstructorException::SBMLConstructorException ( IntPtr cPtr, bool cMemoryOwn ) : System
SBMLConstructorException::SBMLConstructorException ( IntPtr cPtr, bool cMemoryOwn, string v ) : System
SBMLConstructorException::SBMLConstructorException ( string v ) : System
SBMLConstructorException::SBMLConstructorException ( string elementName, SBMLNamespaces xmlns ) : System