C# Class IdleLandsRedux.GameLogic.BusinessLogic.BattleException

Inheritance: System.Exception
Afficher le fichier Open project: IdleLands/IdleLandsRedux

Méthodes publiques

Méthode Description
BattleException ( ) : System
BattleException ( string msg ) : System
BattleException ( string msg, Exception inner ) : System

Méthodes protégées

Méthode Description
BattleException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BattleException() public méthode

public BattleException ( ) : System
Résultat System

BattleException() protected méthode

protected BattleException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

BattleException() public méthode

public BattleException ( string msg ) : System
msg string
Résultat System

BattleException() public méthode

public BattleException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Résultat System