EventEnumerationException Class
Represents an error that may occur during enumeration from an IEventProvider<T>.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventEnumerationException
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class EventEnumerationException _
Inherits XEventException
'Usage
Dim instance As EventEnumerationException
[SerializableAttribute]
public class EventEnumerationException : XEventException
[SerializableAttribute]
public ref class EventEnumerationException : public XEventException
[<SerializableAttribute>]
type EventEnumerationException =
class
inherit XEventException
end
public class EventEnumerationException extends XEventException
The EventEnumerationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EventEnumerationException() | Initializes a new instance of the EventEnumerationException using default values. | |
EventEnumerationException(String) | Initializes a new instance of the EventEnumerationException class with specified message. | |
EventEnumerationException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventEnumerationException class with specified information and context. | |
EventEnumerationException(String, Exception) | Initializes a new instance of the EventEnumerationException class with specified message and inner exception. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Security Critical. (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.