MissingNodeException Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
Represents an exception that is thrown when an attempt to access a node that does not exist in the Rebex file system fails.
Syntax
public class MissingNodeException : FileSystemException, ISerializable
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| MissingNodeException() | Initializes a new instance of the MissingNodeException class. |
| MissingNodeException(String) | Initializes a new instance of the MissingNodeException class. |
| MissingNodeException(String, Exception) | Initializes a new instance of the MissingNodeException class. |