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