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