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