Edit

Share via


OrleansReadOnlyViolatedException Class

Definition

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

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

Constructors

Name Description
OrleansReadOnlyViolatedException(SerializationInfo, StreamingContext)
OrleansReadOnlyViolatedException(String)

Properties

Name Description
TransactionId

The unique identifier of the aborted transaction.

(Inherited from OrleansTransactionAbortedException)

Methods

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

Applies to