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