C# Class LSharp.LSharpException

Inheritance: System.Exception
显示文件 Open project: RobBlackwell/LSharp

Public Methods

Method Description
LSharpException ( string message ) : System
LSharpException ( string message, Environment environment ) : System

Method Details

LSharpException() public method

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

LSharpException() public method

public LSharpException ( string message, Environment environment ) : System
message string
environment Environment
return System