TransactionException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the TransactionException class with the specified message and inner exception.
Assembly: System.Transactions (in System.Transactions.dll)
Parameters
- message
-
Type:
System::String^
A String that contains a message that explains why the exception occurred.
- innerException
-
Type:
System::Exception^
Gets the exception instance that causes the current exception. For more information, see the InnerException property.
.NET Framework
Available since 2.0
Available since 2.0
Show: