C# Class WinGui.HaskellRuntimeException

Inheritance: System.Exception
ファイルを表示 Open project: Twinside/Eq

Public Methods

Method Description
HaskellRuntimeException ( string message ) : System

Protected Methods

Method Description
HaskellRuntimeException ( System info, System context ) : System

Method Details

HaskellRuntimeException() protected method

protected HaskellRuntimeException ( System info, System context ) : System
info System
context System
return System

HaskellRuntimeException() public method

public HaskellRuntimeException ( string message ) : System
message string
return System