Rakuten RMS WEB API client for .NET
ErrorResponseException<TResult>
Namespace: Rakuten.RMS.Api.JSON
public class ErrorResponseException<TResult> : Rakuten.RMS.Api.RakutenRMSApiException, System.Runtime.Serialization.ISerializable
Type Parameters
TResult
Inheritance Object → Exception → RakutenRMSApiException → ErrorResponseException<TResult>
Implements ISerializable
Properties
Data
public IDictionary Data { get; }
Property Value
Error
public TResult Error { get; set; }
Property Value
TResult
Error
public object Error { get; set; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
HttpStatus
public HttpStatusCode HttpStatus { get; set; }
Property Value
HttpStatusCode
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
ErrorResponseException(TResult)
public ErrorResponseException(TResult error)
Parameters
error
TResult