InvalidTransactionException Constructor (String, Exception) |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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