Click or drag to resize

AlreadyExistsException Constructor

Overload List
  NameDescription
Public methodAlreadyExistsException
[AlphaFS] Initializes a new instance of the AlreadyExistsException class.
Public methodAlreadyExistsException(String)
[AlphaFS] Initializes a new instance of the AlreadyExistsException class.

 

Both ERROR_ALREADY_EXISTS and ERROR_FILE_EXISTS can cause this Exception.

Protected methodAlreadyExistsException(SerializationInfo, StreamingContext)
[AlphaFS] Initializes a new instance of the AlreadyExistsException class.
Public methodAlreadyExistsException(String, Boolean)
[AlphaFS] Initializes a new instance of the AlreadyExistsException class.
Public methodAlreadyExistsException(String, Exception)
[AlphaFS] Initializes a new instance of the AlreadyExistsException class.
Top
See Also