MissingNodeException Constructor
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
MissingNodeException()
Initializes a new instance of the MissingNodeException class.
Declaration
public MissingNodeException()
MissingNodeException(String)
Initializes a new instance of the MissingNodeException class.
Declaration
public MissingNodeException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
MissingNodeException(String, Exception)
Initializes a new instance of the MissingNodeException class.
Declaration
public MissingNodeException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |