C# Class W3SavegameEditor.Core.Exceptions.ParseVariableException

Inheritance: System.Exception
Afficher le fichier Open project: Atvaark/W3SavegameEditor

Méthodes publiques

Méthode Description
ParseVariableException ( ) : System
ParseVariableException ( string message ) : System
ParseVariableException ( string message, Exception inner ) : System

Method Details

ParseVariableException() public méthode

public ParseVariableException ( ) : System
Résultat System

ParseVariableException() public méthode

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

ParseVariableException() public méthode

public ParseVariableException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System