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