C# Class SmallXmlParserException, UnitySVG

Inheritance: SystemException
显示文件 Open project: MrJoy/UnitySVG

Public Methods

Method Description
SmallXmlParserException ( string msg, int line, int column ) : System

Method Details

SmallXmlParserException() public method

public SmallXmlParserException ( string msg, int line, int column ) : System
msg string
line int
column int
return System