ProbeNotFoundException 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 |
|---|---|
| ProbeNotFoundException() | |
| ProbeNotFoundException(String) | |
| ProbeNotFoundException(SerializationInfo, StreamingContext) | |
| ProbeNotFoundException(String, Exception) |
ProbeNotFoundException()
public ProbeNotFoundException();
Public Sub New ()
Aplica-se a
ProbeNotFoundException(String)
public ProbeNotFoundException(string message);
new Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException : string -> Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
ProbeNotFoundException(SerializationInfo, StreamingContext)
protected ProbeNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
- context
- StreamingContext
Aplica-se a
ProbeNotFoundException(String, Exception)
public ProbeNotFoundException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException : string * Exception -> Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
- innerException
- Exception