C# Class Model.InputErrorException

Inheritance: System.Exception
Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
InputErrorException ( string message ) : System
InputErrorException ( string message, Exception e ) : System

Method Details

InputErrorException() public méthode

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

InputErrorException() public méthode

public InputErrorException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System