C# Class Nekoyume.Action.InvalidAddressException

Inheritance: InvalidOperationException
Mostra file Open project: planetarium/lib9c

Public Methods

Method Description
InvalidAddressException ( ) : System
InvalidAddressException ( string msg ) : System

Protected Methods

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

Method Details

InvalidAddressException() public method

public InvalidAddressException ( ) : System
return System

InvalidAddressException() protected method

protected InvalidAddressException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

InvalidAddressException() public method

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