Click or drag to resize

PkiVerificationErrorException Constructor

Create new PKI signature verification error exception with message and inner exception.

Namespace:  Guardtime.KSI.Exceptions
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public PkiVerificationErrorException(
	string message,
	Exception innerException = null
)

Parameters

message
Type: SystemString
exception message
innerException (Optional)
Type: SystemException
inner exception
See Also