Class SignatureException
This exception is thrown if there are problems signing the request.
public class SignatureException : SignatureException, ISerializable
- Inheritance
-
SignatureException
- Implements
- Inherited Members
Constructors
SignatureException(SerializationInfo, StreamingContext)
Constructs a new instance of the SignatureException class with serialized data.
protected SignatureException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
The
info
parameter is null.- SerializationException
The class name is null or HResult is zero (0).
SignatureException(string)
public SignatureException(string message)
Parameters
message
string
SignatureException(string, Exception)
public SignatureException(string message, Exception innerException)