Class NamespaceNotFoundException
The exception that is thrown when the namespace of Libplanet.Store does not exist.
Implements
Inherited Members
Namespace: Libplanet.Store
Assembly: Libplanet.dll
Syntax
[Serializable]
public sealed class NamespaceNotFoundException : Exception, ISerializable
Constructors
| Improve this Doc View SourceNamespaceNotFoundException(String, String)
Initializes a new instance of the NamespaceNotFoundException class.
Declaration
public NamespaceNotFoundException(string namespace, string message)
Parameters
Type | Name | Description |
---|---|---|
String | namespace | The namespace not found. |
String | message | The message that describes the error. |
Properties
| Improve this Doc View SourceNamespace
Gets the namespace not found.
Declaration
public string Namespace { get; }
Property Value
Type | Description |
---|---|
String |