OrleansTransactionInDoubtException
class
Namespace: Orleans.Transactions
Signifies that the runtime is unable to determine whether a transaction has committed.
[Orleans.GenerateSerializer]public sealed class OrleansTransactionInDoubtException : OrleansTransactionExceptionConstructors
OrleansTransactionInDoubtException(string)Initializes a new instance of theOrleansTransactionInDoubtExceptionclass.OrleansTransactionInDoubtException(string, Exception?)Initializes a new instance of theOrleansTransactionInDoubtExceptionclass.OrleansTransactionInDoubtException(string, string, Exception?)Initializes a new instance of theOrleansTransactionInDoubtExceptionclass.
Properties
TransactionIdGets the identifier of the transaction whose outcome could not be determined.
Methods
GetObjectData(SerializationInfo, StreamingContext)When overridden in a derived class, sets theSystem.Runtime.Serialization.SerializationInfowith information about the exception.
