Class OnlineEftposApiException
Represent an error returned from the Online Eftpos API.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public class OnlineEftposApiException : OnlineEftposException, ISerializable, _Exception
Remarks
See the System.Exception.Data property for more details, if available.
Constructors
| Name | Description |
|---|---|
| OnlineEftposApiException() | Runtime required constructor. |
| OnlineEftposApiException(String) | Basic constructor. Specifies an error message but no other details. |
| OnlineEftposApiException(String, Exception) | Partial constructor. Specifies an error message and inner exception but no other details. |
Properties
| Name | Description |
|---|---|
| ErrorContent | Returns a OnlineEftposApiError instance containing details of the error that occurred. Maybe null if no such content was provided from the server for this error. |
| ErrorMessage | Returns the error message from the API response body. |
| ReasonPhrase | Returns the reason phrase from the API response. |
| StatusCode | Returns the |