Click or drag to resize

TransactionAlreadyCommittedException Constructor (String, Exception)

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

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public TransactionAlreadyCommittedException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message.
innerException
Type: SystemException
The inner exception.
See Also