Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


RakutenRMSApiException

Namespace: Rakuten.RMS.Api

APIが返すエラーを保持するベースクラス。APIがXML、JSONに応じ、また、エラーの形式によって派生クラスがその内容を保持する。 このライブラリの設計方針としては、基本的に正常時以外は Exception が発生。HTTPレベルのエラーは WebException などが発生する場合もある。

public class RakutenRMSApiException : System.Exception, System.Runtime.Serialization.ISerializable

Inheritance ObjectExceptionRakutenRMSApiException
Implements ISerializable

Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary

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

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

RakutenRMSApiException()

public RakutenRMSApiException()

RakutenRMSApiException(String)

public RakutenRMSApiException(string message)

Parameters

message String

RakutenRMSApiException(String, Object)

public RakutenRMSApiException(string message, object error)

Parameters

message String

error Object


< クラス一覧