C# Class Nekoyume.Model.State.FailedToUnregisterInShopStateException

Inheritance: Exception
显示文件 Open project: planetarium/lib9c

Public Methods

Method Description
FailedToUnregisterInShopStateException ( string message ) : System

Protected Methods

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

Method Details

FailedToUnregisterInShopStateException() protected method

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

FailedToUnregisterInShopStateException() public method

public FailedToUnregisterInShopStateException ( string message ) : System
message string
return System