C# Class org.GraphDefined.Vanaheimr.Alviss.QuadStoreException

The base class for all QuadStoreExceptions.
Inheritance: System.Exception
Exibir arquivo Open project: Vanaheimr/Balder

Public Methods

Method Description
QuadStoreException ( String Message = null, Exception InnerException = null ) : System

A general QuadStore exception occurred!

Method Details

QuadStoreException() public method

A general QuadStore exception occurred!
public QuadStoreException ( String Message = null, Exception InnerException = null ) : System
Message String The message that describes the error.
InnerException System.Exception The exception that is the cause of the current exception.
return System