C# Class libsbml.SBMLConstructorException

Inheritance: System.ArgumentException, IDisposable
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
SBMLConstructorException ( ) : System
SBMLConstructorException ( string v ) : System
SBMLConstructorException ( string elementName, SBMLNamespaces xmlns ) : System
SBMLConstructorException ( string errmsg, string sbmlErrMsg ) : System
getSBMLErrMsg ( ) : string

Private Methods

Method Description
SBMLConstructorException ( IntPtr cPtr, bool cMemoryOwn ) : System
SBMLConstructorException ( IntPtr cPtr, bool cMemoryOwn, string v ) : System
getCPtr ( SBMLConstructorException obj ) : HandleRef
getCPtrAndDisown ( SBMLConstructorException obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SBMLConstructorException() public method

public SBMLConstructorException ( ) : System
return System

SBMLConstructorException() public method

public SBMLConstructorException ( string v ) : System
v string
return System

SBMLConstructorException() public method

public SBMLConstructorException ( string elementName, SBMLNamespaces xmlns ) : System
elementName string
xmlns SBMLNamespaces
return System

SBMLConstructorException() public method

public SBMLConstructorException ( string errmsg, string sbmlErrMsg ) : System
errmsg string
sbmlErrMsg string
return System

getSBMLErrMsg() public method

public getSBMLErrMsg ( ) : string
return string

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool