Overload List

  NameDescription
Public methodFileExistsException()()()()
Simple constructor.
Public methodFileExistsException(String)
This creates a FileExistsException with a message that includes the file name.
Public methodFileExistsException(String, Exception)
This creates a FileExistsException with a message that includes the file name and an exception information.
Public methodFileExistsException(String, String)
This creates a FileExistsException with a message that includes the file name and an optional error message.

See Also