C# Class IdleLandsRedux.GameLogic.BusinessLogic.BattleException

Inheritance: System.Exception
Mostrar archivo Open project: IdleLands/IdleLandsRedux

Public Methods

Method Description
BattleException ( ) : System
BattleException ( string msg ) : System
BattleException ( string msg, Exception inner ) : System

Protected Methods

Method Description
BattleException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BattleException() public method

public BattleException ( ) : System
return System

BattleException() protected method

protected BattleException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

BattleException() public method

public BattleException ( string msg ) : System
msg string
return System

BattleException() public method

public BattleException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System