Compartilhar via


MobileServiceInvalidOperationException Construtores

Definição

Sobrecargas

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage)

Inicializa uma nova instância da classe MobileServiceInvalidOperationException.

MobileServiceInvalidOperationException(String, Exception, HttpRequestMessage, HttpResponseMessage)

Inicializa uma nova instância da classe MobileServiceInvalidOperationException.

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage, JObject)

Inicializa uma nova instância da classe MobileServiceInvalidOperationException.

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage)

Inicializa uma nova instância da classe MobileServiceInvalidOperationException.

public MobileServiceInvalidOperationException (string message, System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpResponseMessage response);
new Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException : string * System.Net.Http.HttpRequestMessage * System.Net.Http.HttpResponseMessage -> Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
Public Sub New (message As String, request As HttpRequestMessage, response As HttpResponseMessage)

Parâmetros

message
String

A mensagem de exceção.

request
HttpRequestMessage

A solicitação de serviço de origem.

response
HttpResponseMessage

A resposta de serviço retornada.

Aplica-se a

MobileServiceInvalidOperationException(String, Exception, HttpRequestMessage, HttpResponseMessage)

Inicializa uma nova instância da classe MobileServiceInvalidOperationException.

public MobileServiceInvalidOperationException (string message, Exception innerException, System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpResponseMessage response);
new Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException : string * Exception * System.Net.Http.HttpRequestMessage * System.Net.Http.HttpResponseMessage -> Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
Public Sub New (message As String, innerException As Exception, request As HttpRequestMessage, response As HttpResponseMessage)

Parâmetros

message
String

A mensagem de exceção.

innerException
Exception

A exceção interna dessa exceção

request
HttpRequestMessage

A solicitação de serviço de origem.

response
HttpResponseMessage

A resposta de serviço retornada.

Aplica-se a

MobileServiceInvalidOperationException(String, HttpRequestMessage, HttpResponseMessage, JObject)

Inicializa uma nova instância da classe MobileServiceInvalidOperationException.

public MobileServiceInvalidOperationException (string message, System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpResponseMessage response, Newtonsoft.Json.Linq.JObject value);
new Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException : string * System.Net.Http.HttpRequestMessage * System.Net.Http.HttpResponseMessage * Newtonsoft.Json.Linq.JObject -> Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException
Public Sub New (message As String, request As HttpRequestMessage, response As HttpResponseMessage, value As JObject)

Parâmetros

message
String

A mensagem de exceção.

request
HttpRequestMessage

A solicitação de serviço de origem.

response
HttpResponseMessage

A resposta de serviço retornada.

value
Newtonsoft.Json.Linq.JObject

Resposta do servidor desserializada como JObject.

Aplica-se a