ProbeNotFoundException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ProbeNotFoundException() | |
| ProbeNotFoundException(String) | |
| ProbeNotFoundException(SerializationInfo, StreamingContext) | |
| ProbeNotFoundException(String, Exception) |
ProbeNotFoundException()
public ProbeNotFoundException();
Public Sub New ()
Se aplica 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
Se aplica 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
Se aplica 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