DataServiceRequestException Constructor (String, Exception, DataServiceResponse)
Inicializa una nueva instancia de la clase DataServiceRequestException.
Espacio de nombres: System.Data.Services.Client
Ensamblado: Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
innerException As Exception, _
response As DataServiceResponse _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim response As DataServiceResponse
Dim instance As New DataServiceRequestException(message, _
innerException, response)
public DataServiceRequestException(
string message,
Exception innerException,
DataServiceResponse response
)
public:
DataServiceRequestException(
String^ message,
Exception^ innerException,
DataServiceResponse^ response
)
new :
message:string *
innerException:Exception *
response:DataServiceResponse -> DataServiceRequestException
public function DataServiceRequestException(
message : String,
innerException : Exception,
response : DataServiceResponse
)
Parámetros
- message
Tipo: System.String
Texto del mensaje de error.
- innerException
Tipo: System.Exception
Objeto de excepción que contiene la excepción interna.
- response
Tipo: System.Data.Services.Client.DataServiceResponse
Objeto DataServiceResponse.
Vea también
Referencia
DataServiceRequestException Clase