XEventException 建構函式

定義

多載

名稱 Description
XEventException()

基礎建構器

XEventException(String)

基礎建構器

XEventException(SerializationInfo, StreamingContext)

基礎建構器

XEventException(String, Exception)

基礎建構器

XEventException()

基礎建構器

public XEventException();
Public Sub New ()

適用於

XEventException(String)

基礎建構器

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

參數

message
String

適用於

XEventException(SerializationInfo, StreamingContext)

基礎建構器

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)

參數

適用於

XEventException(String, Exception)

基礎建構器

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)

參數

message
String
innerException
Exception

適用於