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