Sprache

FunctionNoServerException Konstruktoren

Definition

Überlädt

Name Beschreibung
FunctionNoServerException()

Basiskonstruktor

FunctionNoServerException(String)

Erstellt eine Ausnahme für wiederholten Versuch, dieselbe Assembly zu registrieren

FunctionNoServerException(String, Exception)

Basiskonstruktor

FunctionNoServerException()

Basiskonstruktor

public FunctionNoServerException();
Public Sub New ()

Gilt für:

FunctionNoServerException(String)

Erstellt eine Ausnahme für wiederholten Versuch, dieselbe Assembly zu registrieren

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

Parameter

message
String

Gilt für:

FunctionNoServerException(String, Exception)

Basiskonstruktor

public FunctionNoServerException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionNoServerException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionNoServerException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String
innerException
Exception

Gilt für: