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