Class BoldSignSignatureException
The signature verification exception message.
[Serializable]
public class BoldSignSignatureException : Exception, ISerializable
- Inheritance
-
BoldSignSignatureException
- Implements
- Inherited Members
Constructors
BoldSignSignatureException()
Initializes a new instance of the BoldSignSignatureException class.
public BoldSignSignatureException()
BoldSignSignatureException(SerializationInfo, StreamingContext)
Initializes a new instance of the BoldSignSignatureException class.
protected BoldSignSignatureException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfoThe serialization info.
streamingContext
StreamingContextThe streaming context.
BoldSignSignatureException(string)
Initializes a new instance of the BoldSignSignatureException class.
public BoldSignSignatureException(string message)
Parameters
message
stringThe message.
BoldSignSignatureException(string, Exception)
Initializes a new instance of the BoldSignSignatureException class.
public BoldSignSignatureException(string message, Exception inner)