• Articles
  • Api Documentation

    Show / Hide Table of Contents
    • Yort.Humm.InStore
      • CreateKeyRequest
      • CreateKeyResponse
      • HummApiUrlSelector
      • HummClient
      • HummClientConfiguration
      • HummCountry
      • HummEnvironment
      • HummResponseSignatureException
      • HummStatusCodes
      • IHummApiUrlSelector
      • IHummClient
      • InviteRequest
      • InviteResponse
      • PendingAuthorisationEventArgs
      • ProcessAuthorisationRequest
      • ProcessAuthorisationResponse
      • ProcessSalesAdjustmentRequest
      • ProcessSalesAdjustmentResponse
      • ProcessSalesAdjustmentReversalRequest
      • ProcessSalesAdjustmentReversalResponse
      • PurchaseItemsCollection
      • RequestStates
      • SendReceiptRequest
      • SendReceiptResponse
    • Yort.Humm.InStore.Infrastructure
      • Hmac256SignatureGenerator
      • ISignatureGenerator
      • RequestBase
      • ResponseBase
      • SignedRequestWriter

    Class HummResponseSignatureException

    Thrown if the signature on a ResponseBase did not verify as correct.

    Inheritance
    Object
    Exception
    HummResponseSignatureException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Yort.Humm.InStore
    Assembly: Yort.Humm.InStore.dll
    Syntax
    [Serializable]
    public class HummResponseSignatureException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    HummResponseSignatureException()

    Initializes a new instance of the HummResponseSignatureException class.

    Declaration
    public HummResponseSignatureException()
    | Improve this Doc View Source

    HummResponseSignatureException(SerializationInfo, StreamingContext)

    Initializes a new instance of the HummResponseSignatureException class.

    Declaration
    protected HummResponseSignatureException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext context

    The StreamingContext that contains contextual information about the source or destination.

    | Improve this Doc View Source

    HummResponseSignatureException(String)

    Initializes a new instance of the HummResponseSignatureException class.

    Declaration
    public HummResponseSignatureException(string message)
    Parameters
    Type Name Description
    String message

    The message that describes the error.

    | Improve this Doc View Source

    HummResponseSignatureException(String, Exception)

    Initializes a new instance of the HummResponseSignatureException class.

    Declaration
    public HummResponseSignatureException(string message, Exception inner)
    Parameters
    Type Name Description
    String message

    The message.

    Exception inner

    The inner exception.

    Implements

    System.Runtime.Serialization.ISerializable

    See Also

    Exception
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot