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

The base class for all QuadStoreExceptions.
Inheritance: System.Exception
Afficher le fichier Open project: Vanaheimr/Balder

Méthodes publiques

Méthode Description
QuadStoreException ( String Message = null, Exception InnerException = null ) : System

A general QuadStore exception occurred!

Method Details

QuadStoreException() public méthode

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.
Résultat System