C# 클래스 OpenH2.Core.Exceptions.Throw

파일 보기 프로젝트 열기: ronbrogan/OpenH2

공개 메소드들

메소드 설명
Exception ( string description ) : void
InterpreterException ( string description, InterpreterState state ) : Exception
NotSupported ( string description ) : void

메소드 상세

Exception() 공개 정적인 메소드

public static Exception ( string description ) : void
description string
리턴 void

InterpreterException() 공개 정적인 메소드

public static InterpreterException ( string description, InterpreterState state ) : Exception
description string
state InterpreterState
리턴 Exception

NotSupported() 공개 정적인 메소드

public static NotSupported ( string description ) : void
description string
리턴 void