Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ErrorResponseException

Namespace: Rakuten.RMS.Api.XML

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 ErrorResult Errors { get; set; }

Property Value

ErrorResult

public string HelpLink { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

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

public ErrorResponseException(ErrorResult error)

Parameters

error ErrorResult


< クラス一覧