C# Class OpenH2.Core.Exceptions.Throw

Mostrar archivo Open project: ronbrogan/OpenH2

Public Methods

Method Description
Exception ( string description ) : void
InterpreterException ( string description, InterpreterState state ) : Exception
NotSupported ( string description ) : void

Method Details

Exception() public static method

public static Exception ( string description ) : void
description string
return void

InterpreterException() public static method

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

NotSupported() public static method

public static NotSupported ( string description ) : void
description string
return void