Edytuj

Udostępnij za pośrednictwem


OrleansReadOnlyViolatedException Class

Definition

Signifies that the executing read-only transaction has aborted because it attempted to write to a grain.

[System.Serializable]
public class OrleansReadOnlyViolatedException : Orleans.Transactions.OrleansTransactionAbortedException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class OrleansReadOnlyViolatedException : Orleans.Transactions.OrleansTransactionAbortedException
[<System.Serializable>]
type OrleansReadOnlyViolatedException = class
    inherit OrleansTransactionAbortedException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansReadOnlyViolatedException = class
    inherit OrleansTransactionAbortedException
Public Class OrleansReadOnlyViolatedException
Inherits OrleansTransactionAbortedException
Public NotInheritable Class OrleansReadOnlyViolatedException
Inherits OrleansTransactionAbortedException
Inheritance
Attributes

Constructors

OrleansReadOnlyViolatedException(SerializationInfo, StreamingContext)
OrleansReadOnlyViolatedException(String)

Properties

TransactionId

The unique identifier of the aborted transaction.

(Inherited from OrleansTransactionAbortedException)

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.
(Inherited from OrleansTransactionAbortedException)

Applies to