C# Class Nekoyume.Action.OrderIdDoesNotExistException

Inheritance: InvalidOperationException
Mostra file Open project: planetarium/lib9c

Public Methods

Method Description
OrderIdDoesNotExistException ( string msg ) : System

Protected Methods

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

Method Details

OrderIdDoesNotExistException() protected method

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

OrderIdDoesNotExistException() public method

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