Langue

SmoException Constructeurs

Définition

Surcharges

Nom Description
SmoException()

Appelé par le T :Microsoft. SqlServer.Management.Smo.SqlServerManagementException. N’appelez pas directement.

SmoException(String)

Appelé par le T :Microsoft. SqlServer.Management.Smo.SqlServerManagementException. N’appelez pas directement.

SmoException(SerializationInfo, StreamingContext)
SmoException(String, Exception)

Appelé par le T :Microsoft. SqlServer.Management.Smo.SqlServerManagementException. N’appelez pas directement.

SmoException()

Appelé par le T :Microsoft. SqlServer.Management.Smo.SqlServerManagementException. N’appelez pas directement.

public SmoException();
Public Sub New ()

S’applique à

SmoException(String)

Appelé par le T :Microsoft. SqlServer.Management.Smo.SqlServerManagementException. N’appelez pas directement.

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

Paramètres

message
String

S’applique à

SmoException(SerializationInfo, StreamingContext)

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

Paramètres

S’applique à

SmoException(String, Exception)

Appelé par le T :Microsoft. SqlServer.Management.Smo.SqlServerManagementException. N’appelez pas directement.

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

Paramètres

message
String
innerException
Exception

S’applique à