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
)
Public Sub New (
message As String
)
public:
AlreadyExistsException(
String^ message
)
new :
message : string -> AlreadyExistsException
Parameters
- message
- Type: SystemString
The custom error message..
See Also