Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


XmlStatusException

Namespace: Rakuten.RMS.Api.XML

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

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

Status

public XmlStatus Status { get; set; }

Property Value

XmlStatus

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase

Constructors

XmlStatusException(XmlStatus)

public XmlStatusException(XmlStatus status)

Parameters

status XmlStatus


< クラス一覧