Click or drag to resize
TransactionalConflictException Constructor (String)
Initializes a new instance of the TransactionalConflictException class.

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

Parameters

message
Type: SystemString
The message.
See Also