C# Class YAMP.Exceptions.YAMPUnitParseException

Inheritance: YAMPException
显示文件 Open project: FlorianRappl/YAMP

Public Methods

Method Description
YAMPUnitParseException ( Int32 col, String rest ) : System

Method Details

YAMPUnitParseException() public method

public YAMPUnitParseException ( Int32 col, String rest ) : System
col System.Int32
rest String
return System