C# Class SwtorCaster.Core.ParseException

Inheritance: System.ApplicationException
Afficher le fichier Open project: pjmagee/swtor-caster

Méthodes publiques

Méthode Description
ParseException ( string message ) : System
ParseException ( string message, Exception innerException ) : System

Method Details

ParseException() public méthode

public ParseException ( string message ) : System
message string
Résultat System

ParseException() public méthode

public ParseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System