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