EventLocationException 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.
Represents an exception that is thrown when a location cannot be found.
public ref class EventLocationException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventLocationException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventLocationException = class
inherit XEventException
Public Class EventLocationException
Inherits XEventException
- Inheritance
- Attributes
Constructors
EventLocationException() |
Initializes a new instance of the EventLocationException class using default values. |
EventLocationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the EventLocationException class with the specified serialization and context information. |
EventLocationException(String, Exception) |
Initializes a new instance of the EventLocationException class with specified error message and a reference to the inner exception that is the cause of the exception. |
EventLocationException(String) |
Initializes a new instance of the EventLocationException class with specified error message. |