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