Table of Contents

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

failureCode string
message string
isRetryable bool
innerException Exception

Properties

FailureCode

Gets the provider-neutral failure code.

public string FailureCode { get; }

Property Value

string

IsRetryable

Gets a value indicating whether retry may be appropriate.

public bool IsRetryable { get; }

Property Value

bool