C# 클래스 Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException

상속: System.InvalidOperationException
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client 1 사용 예제들

공개 메소드들

메소드 설명
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