XEventException Constructors
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.
Overloads
XEventException() |
Base constructor |
XEventException(String) |
Base constructor |
XEventException(SerializationInfo, StreamingContext) |
Base constructor |
XEventException(String, Exception) |
Base constructor |
XEventException()
Base constructor
public XEventException ();
Public Sub New ()
Applies to
XEventException(String)
Base constructor
public XEventException (string message);
new Microsoft.SqlServer.Management.XEvent.XEventException : string -> Microsoft.SqlServer.Management.XEvent.XEventException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
XEventException(SerializationInfo, StreamingContext)
Base constructor
protected XEventException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.XEvent.XEventException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.XEvent.XEventException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
XEventException(String, Exception)
Base constructor
public XEventException (string message, Exception innerException);
new Microsoft.SqlServer.Management.XEvent.XEventException : string * Exception -> Microsoft.SqlServer.Management.XEvent.XEventException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception