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