C# Class Tiny.InternalErrorException

Inheritance: System.Exception
显示文件 Open project: scottwis/tiny

Public Methods

Method Description
InternalErrorException ( string message ) : System
InternalErrorException ( string message, string fileName, int lineNumber ) : System

Method Details

InternalErrorException() public method

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

InternalErrorException() public method

public InternalErrorException ( string message, string fileName, int lineNumber ) : System
message string
fileName string
lineNumber int
return System