TransactionInDoubtException Constructor
.NET Framework 3.5
Initializes a new instance of the TransactionInDoubtException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TransactionInDoubtException() | Initializes a new instance of the TransactionInDoubtException class. |
|
TransactionInDoubtException(String) | Initializes a new instance of the TransactionInDoubtException class with the specified message. |
|
TransactionInDoubtException(SerializationInfo, StreamingContext) | Initializes a new instance of the TransactionInDoubtException class with the specified serialization and streaming context information. |
|
TransactionInDoubtException(String, Exception) | Initializes a new instance of the TransactionInDoubtException class with the specified message and inner exception. |