Share via


ObserverException Class

Definition

Exception occurred when an operation in an IChangeFeedObserver is running and throws by user code

[System.Serializable]
public class ObserverException : Exception
[<System.Serializable>]
type ObserverException = class
    inherit Exception
Public Class ObserverException
Inherits Exception
Inheritance
ObserverException
Attributes

Constructors

ObserverException(Exception)

Initializes a new instance of the ObserverException class using the specified internal exception.

ObserverException(SerializationInfo, StreamingContext)

Initializes a new instance of the ObserverException class using default values.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Applies to