C# Class Nekoyume.Action.NotEnoughMaterialException

Inheritance: InvalidOperationException
ファイルを表示 Open project: planetarium/lib9c

Public Methods

Method Description
NotEnoughMaterialException ( string s ) : System

Protected Methods

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

Method Details

NotEnoughMaterialException() protected method

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

NotEnoughMaterialException() public method

public NotEnoughMaterialException ( string s ) : System
s string
return System