C# Class Nekoyume.Action.RequiredBlockIndexException

Inheritance: Exception
Exibir arquivo Open project: planetarium/lib9c

Public Methods

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

Protected Methods

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

Method Details

RequiredBlockIndexException() public method

public RequiredBlockIndexException ( ) : System
return System

RequiredBlockIndexException() protected method

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

RequiredBlockIndexException() public method

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