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