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

SBMLConstructorException() public méthode

public SBMLConstructorException ( string v ) : System
v string
Résultat System
        public SBMLConstructorException(string v)
            : this(libsbmlPINVOKE.new_SBMLConstructorException__SWIG_0(), true, v)
        {
        }

Same methods

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