EventStreamVersionException 클래스

정의

이벤트 스트림이 호환되지 않은 버전에서 제공된 경우 발생하는 예외입니다.

public ref class EventStreamVersionException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventStreamVersionException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventStreamVersionException = class
    inherit XEventException
Public Class EventStreamVersionException
Inherits XEventException
상속
EventStreamVersionException
특성

생성자

EventStreamVersionException()

기본값을 사용하여 EventStreamVersionException 클래스의 새 인스턴스를 초기화합니다.

EventStreamVersionException(SerializationInfo, StreamingContext)

지정한 직렬화 및 컨텍스트 정보를 사용하여 EventStreamVersionException 클래스의 새 인스턴스를 초기화합니다.

EventStreamVersionException(String)

지정된 오류 메시지를 사용하여 EventStreamVersionException 클래스의 새 인스턴스를 초기화합니다.

EventStreamVersionException(String, Exception)

지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 EventStreamVersionException 클래스의 새 인스턴스를 초기화합니다.

적용 대상