ObserverException 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.
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. |