C# Класс Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException

Наследование: System.InvalidOperationException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MobileServiceInvalidOperationException ( string message, Exception innerException, HttpRequestMessage request, HttpResponseMessage response ) : System

Initializes a new instance of the MobileServiceInvalidOperationException class.

MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response ) : System

Initializes a new instance of the MobileServiceInvalidOperationException class.

MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response, JObject value ) : System

Initializes a new instance of the MobileServiceInvalidOperationException class.

Описание методов

MobileServiceInvalidOperationException() публичный Метод

Initializes a new instance of the MobileServiceInvalidOperationException class.
public MobileServiceInvalidOperationException ( string message, Exception innerException, HttpRequestMessage request, HttpResponseMessage response ) : System
message string /// The exception message. ///
innerException System.Exception /// The inner exception of this exception ///
request HttpRequestMessage /// The originating service request. ///
response HttpResponseMessage /// The returned service response. ///
Результат System

MobileServiceInvalidOperationException() публичный Метод

Initializes a new instance of the MobileServiceInvalidOperationException class.
public MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response ) : System
message string /// The exception message. ///
request HttpRequestMessage /// The originating service request. ///
response HttpResponseMessage /// The returned service response. ///
Результат System

MobileServiceInvalidOperationException() публичный Метод

Initializes a new instance of the MobileServiceInvalidOperationException class.
public MobileServiceInvalidOperationException ( string message, HttpRequestMessage request, HttpResponseMessage response, JObject value ) : System
message string /// The exception message. ///
request HttpRequestMessage /// The originating service request. ///
response HttpResponseMessage /// The returned service response. ///
value JObject /// Server response deserialized as JObject. ///
Результат System