libsbml.SBMLConstructorException.SBMLConstructorException C# (CSharp) Method

SBMLConstructorException() private method

private SBMLConstructorException ( IntPtr cPtr, bool cMemoryOwn, string v ) : System
cPtr System.IntPtr
cMemoryOwn bool
v string
return System
        internal SBMLConstructorException(IntPtr cPtr, bool cMemoryOwn, string v)
            : base(v)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr    = new HandleRef(this, cPtr);
        }

Same methods

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