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