C# Class Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException

Inheritance: System.InvalidOperationException
Mostra file Open project: Azure/azure-mobile-apps-net-client Class Usage Examples

Public Methods

Method Description
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.

Method Details

MobileServiceInvalidOperationException() public method

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. ///
return System

MobileServiceInvalidOperationException() public method

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. ///
return System

MobileServiceInvalidOperationException() public method

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. ///
return System