Class VirtualNodeNotFoundException
The exception that is thrown when a node is not found in the virtual storage.
Implements
Inherited Members
Namespace: AkiraNetwork.VirtualStorageLibrary
Assembly: VirtualStorageLibrary.dll
Syntax
public class VirtualNodeNotFoundException : VirtualNotFoundException, ISerializable
Constructors
VirtualNodeNotFoundException()
Initializes a new instance of the VirtualNodeNotFoundException class.
Declaration
public VirtualNodeNotFoundException()
VirtualNodeNotFoundException(string)
Initializes a new instance of the VirtualNodeNotFoundException class with a specified error message.
Declaration
public VirtualNodeNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
VirtualNodeNotFoundException(string, Exception)
Initializes a new instance of the VirtualNodeNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VirtualNodeNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
Exception | innerException | The exception that is the cause of this exception. |