Langage

SqlServerManagementException Constructeurs

Définition

Surcharges

Nom Description
SqlServerManagementException()

Construit une nouvelle exception SqlServerManagementException avec un message vide et aucune exception interne

SqlServerManagementException(String)

Construit une nouvelle exception SqlServerManagementException avec le message donné et aucune exception interne

SqlServerManagementException(SerializationInfo, StreamingContext)
SqlServerManagementException(String, Exception)

Construit une nouvelle exception SqlServerManagementException avec le message donné et l’exception interne

SqlServerManagementException()

Construit une nouvelle exception SqlServerManagementException avec un message vide et aucune exception interne

public SqlServerManagementException();
Public Sub New ()

S’applique à

SqlServerManagementException(String)

Construit une nouvelle exception SqlServerManagementException avec le message donné et aucune exception interne

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

Paramètres

message
String

S’applique à

SqlServerManagementException(SerializationInfo, StreamingContext)

protected SqlServerManagementException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Common.SqlServerManagementException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Common.SqlServerManagementException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Paramètres

S’applique à

SqlServerManagementException(String, Exception)

Construit une nouvelle exception SqlServerManagementException avec le message donné et l’exception interne

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

Paramètres

message
String
innerException
Exception

S’applique à