InternalSmoErrorException Constructeurs

Définition

Surcharges

Nom Description
InternalSmoErrorException()

Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String)

Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String, Exception)

Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException()

Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException();
Public Sub New ()

S’applique à

InternalSmoErrorException(String)

Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.

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

Paramètres

message
String

Message de l’exception sous forme de chaîne.

S’applique à

InternalSmoErrorException(String, Exception)

Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.

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

Paramètres

message
String

Message de l’exception sous forme de chaîne.

innerException
Exception

Instance T :System.Exception qui a provoqué l’exception actuelle.

S’applique à