Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ShopBizApiException

Namespace: Rakuten.RMS.Api.ShopAPI

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

Inheritance ObjectExceptionRakutenRMSApiExceptionShopBizApiException
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

Response

public ShopBizApiResponse Response { get; set; }

Property Value

ShopBizApiResponse

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

ShopBizApiException(ShopBizApiResponse)

public ShopBizApiException(ShopBizApiResponse response)

Parameters

response ShopBizApiResponse


< クラス一覧