C# 클래스 org.GraphDefined.Vanaheimr.Alviss.QuadStoreException

The base class for all QuadStoreExceptions.
상속: System.Exception
파일 보기 프로젝트 열기: Vanaheimr/Balder

공개 메소드들

메소드 설명
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