TransactionManagerCommunicationException Constructor (String, Exception)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Initializes a new instance of the TransactionManagerCommunicationException class with the specified message and inner exception.
Assembly: System.Transactions (in System.Transactions.dll)
new : message:string * innerException:Exception -> TransactionManagerCommunicationException
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: