Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ErrorResponseException

Namespace: Rakuten.RMS.Api.JSON

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

Inheritance ObjectExceptionRakutenRMSApiExceptionErrorResponseException
Implements ISerializable

Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary

Error

public object Error { get; set; }

Property Value

Object

Errors

public ResultBase Errors { get; set; }

Property Value

ResultBase

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(ResultBase)

public ErrorResponseException(ResultBase error)

Parameters

error ResultBase


< クラス一覧