C# Class MvcApi.Query.ParseException

Inheritance: System.Exception
显示文件 Open project: dax70/MvcApi

Public Methods

Method Description
ParseException ( string message ) : System
ParseException ( string message, int position ) : System

Method Details

ParseException() public method

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

ParseException() public method

public ParseException ( string message, int position ) : System
message string
position int
return System