Click or drag to resize

AlreadyExistsException Constructor (String)

[AlphaFS] Initializes a new instance of the AlreadyExistsException class.

 

Both ERROR_ALREADY_EXISTS and ERROR_FILE_EXISTS can cause this Exception.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public AlreadyExistsException(
	string message
)

Parameters

message
Type: SystemString
The custom error message..
See Also