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 Object → Exception → RakutenRMSApiException → ShopBizApiException
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
Response
public ShopBizApiResponse Response { get; set; }
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
ShopBizApiException(ShopBizApiResponse)
public ShopBizApiException(ShopBizApiResponse response)
Parameters
response
ShopBizApiResponse