Skip to content

OrleansTransactionInDoubtException Methods

Signifies that the runtime is unable to determine whether a transaction has committed.

GetObjectData(SerializationInfo, StreamingContext)

override
View source
[System.Obsolete]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Parameters

infoSerializationInfo
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContext
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

Exceptions

System.ArgumentNullException
The info parameter is a null reference (Nothing in Visual Basic).