Class HummResponseSignatureException
Thrown if the signature on a ResponseBase did not verify as correct.
Implements
Inherited Members
Namespace: Yort.Humm.InStore
Assembly: Yort.Humm.InStore.dll
Syntax
[Serializable]
public class HummResponseSignatureException : Exception, ISerializable
Constructors
| Improve this Doc View SourceHummResponseSignatureException()
Initializes a new instance of the HummResponseSignatureException class.
Declaration
public HummResponseSignatureException()
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. |
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. |
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. |