Idioma

XEventException Construtores

Definição

Sobrecargas

Nome Description
XEventException()

Construtor base

XEventException(String)

Construtor base

XEventException(SerializationInfo, StreamingContext)

Construtor base

XEventException(String, Exception)

Construtor base

XEventException()

Construtor base

public XEventException();
Public Sub New ()

Aplica-se a

XEventException(String)

Construtor base

public XEventException(string message);
new Microsoft.SqlServer.Management.XEvent.XEventException : string -> Microsoft.SqlServer.Management.XEvent.XEventException
Public Sub New (message As String)

Parâmetros

message
String

Aplica-se a

XEventException(SerializationInfo, StreamingContext)

Construtor base

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)

Parâmetros

Aplica-se a

XEventException(String, Exception)

Construtor base

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)

Parâmetros

message
String
innerException
Exception

Aplica-se a