Class ManagedKeySigningException
- Namespace
- AsiBackbone.Signing.ManagedKey
- Assembly
- AsiBackbone.Signing.ManagedKey.dll
Represents a provider-neutral managed-key signing failure.
public sealed class ManagedKeySigningException : Exception, ISerializable
- Inheritance
-
ManagedKeySigningException
- Implements
- Inherited Members
Constructors
ManagedKeySigningException(string, string?, bool, Exception?)
Initializes a new instance of the ManagedKeySigningException class.
public ManagedKeySigningException(string failureCode, string? message = null, bool isRetryable = false, Exception? innerException = null)
Parameters
Properties
FailureCode
Gets the provider-neutral failure code.
public string FailureCode { get; }
Property Value
IsRetryable
Gets a value indicating whether retry may be appropriate.
public bool IsRetryable { get; }