Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ErrorResponseException<TResult>

Namespace: Rakuten.RMS.Api.JSON

public class ErrorResponseException<TResult> : Rakuten.RMS.Api.RakutenRMSApiException, System.Runtime.Serialization.ISerializable

Type Parameters

TResult

Inheritance ObjectExceptionRakutenRMSApiExceptionErrorResponseException<TResult>
Implements ISerializable

Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary

Error

public TResult Error { get; set; }

Property Value

TResult

Error

public object Error { get; set; }

Property Value

Object

public string HelpLink { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

HttpStatus

public HttpStatusCode HttpStatus { get; set; }

Property Value

HttpStatusCode

InnerException

public Exception InnerException { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

String

Source

public string Source { get; set; }

Property Value

String

StackTrace

public string StackTrace { get; }

Property Value

String

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase

Constructors

ErrorResponseException(TResult)

public ErrorResponseException(TResult error)

Parameters

error TResult


< クラス一覧