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.
[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
-
OrleansReadOnlyViolatedException
- 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)
|