OrleansReadOnlyViolatedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
OrleansReadOnlyViolatedException
- 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)
|