PkiVerificationException Constructor
|
Create new PKI signature verification 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)
Syntaxpublic PkiVerificationException(
string message,
Exception innerException = null
)
Public Sub New (
message As String,
Optional innerException As Exception = Nothing
)
public:
PkiVerificationException(
String^ message,
Exception^ innerException = nullptr
)
new :
message : string *
?innerException : Exception
(* Defaults:
let _innerException = defaultArg innerException null
*)
-> PkiVerificationException
Parameters
- message
- Type: SystemString
exception message - innerException (Optional)
- Type: SystemException
inner exception
See Also