ServiceRequestException 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 |
|---|---|
| ServiceRequestException() |
Constructor para T:Microsoft. SqlServer.Management.Smo.ServiceRequestException. |
| ServiceRequestException(String) |
Constructor para T:Microsoft. SqlServer.Management.Smo.ServiceRequestException. |
| ServiceRequestException(String, Exception) |
Constructor para T:Microsoft. SqlServer.Management.Smo.ServiceRequestException. |
ServiceRequestException()
Constructor para T:Microsoft. SqlServer.Management.Smo.ServiceRequestException.
public ServiceRequestException();
Public Sub New ()
Se aplica a
ServiceRequestException(String)
Constructor para T:Microsoft. SqlServer.Management.Smo.ServiceRequestException.
public ServiceRequestException(string message);
new Microsoft.SqlServer.Management.Smo.ServiceRequestException : string -> Microsoft.SqlServer.Management.Smo.ServiceRequestException
Public Sub New (message As String)
Parámetros
- message
- String
Mensaje de la excepción como cadena.
Se aplica a
ServiceRequestException(String, Exception)
Constructor para T:Microsoft. SqlServer.Management.Smo.ServiceRequestException.
public ServiceRequestException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.ServiceRequestException : string * Exception -> Microsoft.SqlServer.Management.Smo.ServiceRequestException
Public Sub New (message As String, innerException As Exception)
Parámetros
- message
- String
Mensaje de la excepción.
- innerException
- Exception
Instancia de T:System.Exception que provocó la excepción actual.