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