Click or drag to resize

TransactionException Constructor (String)

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

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

Parameters

message
Type: SystemString
The message.
See Also