SmoException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| SmoException() |
Chamado pelo T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. Não ligue diretamente. |
| SmoException(String) |
Chamado pelo T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. Não ligue diretamente. |
| SmoException(SerializationInfo, StreamingContext) | |
| SmoException(String, Exception) |
Chamado pelo T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. Não ligue diretamente. |
SmoException()
Chamado pelo T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. Não ligue diretamente.
public SmoException();
Public Sub New ()
Aplica-se a
SmoException(String)
Chamado pelo T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. Não ligue diretamente.
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
Aplica-se 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
- info
- SerializationInfo
- context
- StreamingContext
Aplica-se a
SmoException(String, Exception)
Chamado pelo T:Microsoft. SqlServer.Management.Smo.SqlServerManagementException. Não ligue diretamente.
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