Class InvalidTrieNodeException
Inheritance
System.Object
InvalidTrieNodeException
Namespace: Libplanet.Store.Trie
Assembly: Libplanet.Store.dll
Syntax
public class InvalidTrieNodeException : Exception
Constructors
| Improve this Doc View SourceInvalidTrieNodeException(String, Exception)
Declaration
public InvalidTrieNodeException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |
InvalidTrieNodeException(String)
Declaration
public InvalidTrieNodeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |