OptimisticConcurrencyException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 예외는 업데이트 작업이 동시성 제약 조건을 위반할 때 throw됩니다.
[System.Serializable]
public sealed class OptimisticConcurrencyException : System.Data.Entity.Core.UpdateException
type OptimisticConcurrencyException = class
inherit UpdateException
Public NotInheritable Class OptimisticConcurrencyException
Inherits UpdateException
- 상속
- 특성
생성자
| OptimisticConcurrencyException() |
OptimisticConcurrencyException의 새 인스턴스를 초기화합니다. |
| OptimisticConcurrencyException(String) |
특수화된 오류 메시지를 사용하여 OptimisticConcurrencyException의 새 인스턴스를 초기화합니다. |
| OptimisticConcurrencyException(String, Exception) |
지정된 오류 메시지 및 내부 예외에 대한 참조를 사용하는 OptimisticConcurrencyException의 새 인스턴스를 초기화합니다. |
| OptimisticConcurrencyException(String, Exception, IEnumerable<ObjectStateEntry>) |
지정된 오류 메시지, 내부 예외에 대한 참조, 열거할 수 있는 OptimisticConcurrencyException 개체 컬렉션 등을 사용하는 ObjectStateEntry의 새 인스턴스를 초기화합니다. |
속성
| StateEntries |
이 UpdateException 에 ObjectStateEntry 대한 개체를 가져옵니다. (다음에서 상속됨 UpdateException) |