OrleansReadOnlyViolatedException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
실행 중인 읽기 전용 트랜잭션이 조직에 쓰려고 했기 때문에 중단되었음을 의미합니다.
[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
- 상속
-
OrleansReadOnlyViolatedException
- 특성
생성자
OrleansReadOnlyViolatedException(SerializationInfo, StreamingContext) |
실행 중인 읽기 전용 트랜잭션이 조직에 쓰려고 했기 때문에 중단되었음을 의미합니다. |
OrleansReadOnlyViolatedException(String) |
실행 중인 읽기 전용 트랜잭션이 조직에 쓰려고 했기 때문에 중단되었음을 의미합니다. |
속성
TransactionId |
중단된 트랜잭션의 고유 식별자입니다. (다음에서 상속됨 OrleansTransactionAbortedException) |
메서드
GetObjectData(SerializationInfo, StreamingContext) |
사용되지 않음.
실행 중인 읽기 전용 트랜잭션이 조직에 쓰려고 했기 때문에 중단되었음을 의미합니다. (다음에서 상속됨 OrleansTransactionAbortedException) |