| Overload | Description |
|---|---|
| FileSystemException Constructor(String) | Initializes a new instance of the exception with the specified message text. |
| FileSystemException Constructor(String,Exception) | Initializes a new instance of the exception with the specified message text and inner exception. |
| FileSystemException Constructor(String,FileSystemItem) | Initializes a new instance of the exception with the specified message text and FileSystemItem object. |
| FileSystemException Constructor(String,FileSystemItem,Exception) | Initializes a new instance of the exception with the specified message text, FileSystemItem object and inner exception. |