TransactionalConflictException Constructor (String) |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public TransactionalConflictException(
string message
)
Public Sub New (
message As String
)
public:
TransactionalConflictException(
String^ message
)
new :
message : string -> TransactionalConflictException
Parameters
- message
- Type: SystemString
The message.
See Also