SmoException Constructores

Definición

Sobrecargas

Nombre Description
SmoException()

Llamado por el T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. No llame directamente.

SmoException(String)

Llamado por el T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. No llame directamente.

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

Llamado por el T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. No llame directamente.

SmoException()

Llamado por el T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. No llame directamente.

public SmoException();
Public Sub New ()

Se aplica a

SmoException(String)

Llamado por el T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. No llame directamente.

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

Parámetros

message
String

Se aplica a

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)

Parámetros

Se aplica a

SmoException(String, Exception)

Llamado por el T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. No llame directamente.

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)

Parámetros

message
String
innerException
Exception

Se aplica a