Class OnlineEftposAuthenticationException
Represents an exception thrown when a failure occurs obtaining a token from the Online Eftpos API.
Inheritance
System.Object
System.Exception
OnlineEftposAuthenticationException
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 OnlineEftposAuthenticationException : OnlineEftposException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
OnlineEftposAuthenticationException() | Runtime required constructor. |
OnlineEftposAuthenticationException(String) | Basic constructor. Specifies an error message but no other details. |
OnlineEftposAuthenticationException(String, Exception) | Partial constructor. Specifies an error message and inner exception but no other details. |
Properties
Name | Description |
---|---|
Error | Returns the error message from the API, if any. |
ErrorDescription | Returns a human readable description of the error, if any was provided by the API. |
ErrorUrl | Returns a string containing a url to a web page with more information about the error, if any was provided by the API. |
ReasonPhrase | Returns the reason phrase from the API response, if any. |
StatusCode | Returns the |