Class SimpleSignException
- Namespace
- SimpleSign.Core
- Assembly
- SimpleSign.Core.dll
Base exception for all SimpleSign domain errors.
public class SimpleSignException : Exception, ISerializable
- Inheritance
-
SimpleSignException
- Implements
- Derived
- Inherited Members
Constructors
SimpleSignException(string)
Creates a new instance with the specified message.
public SimpleSignException(string message)
Parameters
messagestring
SimpleSignException(string, Exception)
Creates a new instance with the specified message and inner exception.
public SimpleSignException(string message, Exception innerException)