C# Class SwtorCaster.Core.ParseException

Inheritance: System.ApplicationException
显示文件 Open project: pjmagee/swtor-caster

Public Methods

Method Description
ParseException ( string message ) : System
ParseException ( string message, Exception innerException ) : System

Method Details

ParseException() public method

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

ParseException() public method

public ParseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System