ServiceRequestException Constructores

Definición

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.

Se aplica a