C# Class JsonFx.BuildTools.UnexpectedEndOfFile

Inheritance: ParseError
Datei anzeigen Open project: pocket-playlab/jsonfx-v1

Public Methods

Method Description
UnexpectedEndOfFile ( string message, string file, int line, int column ) : System
UnexpectedEndOfFile ( string message, string file, int line, int column, Exception innerException ) : System

Method Details

UnexpectedEndOfFile() public method

public UnexpectedEndOfFile ( string message, string file, int line, int column ) : System
message string
file string
line int
column int
return System

UnexpectedEndOfFile() public method

public UnexpectedEndOfFile ( string message, string file, int line, int column, Exception innerException ) : System
message string
file string
line int
column int
innerException System.Exception
return System