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 Object → Exception → RakutenRMSApiException
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
TargetSite
public MethodBase TargetSite { get; }
Property Value
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