TransactionAlreadyCommittedException Constructor (String, Exception) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public TransactionAlreadyCommittedException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
TransactionAlreadyCommittedException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> TransactionAlreadyCommittedException
Parameters
- message
- Type: SystemString
The message. - innerException
- Type: SystemException
The inner exception.
See Also