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 Object → Exception → RakutenRMSApiException → XmlStatusException
Implements ISerializable
Properties
Data
public IDictionary Data { get; }
Property Value
Error
public object Error { get; set; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
Message
public string Message { get; }
Property Value
Source
public string Source { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
Status
public XmlStatus Status { get; set; }
Property Value
TargetSite
public MethodBase TargetSite { get; }
Property Value
Constructors
XmlStatusException(XmlStatus)
public XmlStatusException(XmlStatus status)
Parameters
status
XmlStatus