C# Класс org.GraphDefined.Vanaheimr.Alviss.QuadStoreException

The base class for all QuadStoreExceptions.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
QuadStoreException ( String Message = null, Exception InnerException = null ) : System

A general QuadStore exception occurred!

Описание методов

QuadStoreException() публичный Метод

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.
Результат System