Class TimestampException
Inherited Members
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class TimestampException : Exception, ISerializable, _Exception
Constructors
TimestampException(String)
Declaration
public TimestampException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
TimestampException(String, Exception)
Declaration
public TimestampException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |