[This is preliminary documentation and is subject to change.]

Icon | Member | Description |
---|---|---|
![]() | FileException(String) |
Initializes a new instance of the FileException class with no message.
|
![]() | FileException(String, Exception) |
Initializes a new instance of the FileException class with no message and a reference to the inner exception that is the cause of this exception.
|
![]() | FileException(String, String) |
Initializes a new instance of the FileException class with its message string set to message.
|
![]() | FileException(String, String, Exception) |
Initializes a new instance of the FileException class with its message string set to message and a reference to the inner exception that is the cause of this exception.
|