Table of Contents

Class DigestMismatchException

Namespace
NArk.Core
Assembly
NArk.Core.dll

Thrown when the Arkade server rejects a request because the cached server-info digest no longer matches. The SDK clears the cached digest and server info before throwing; the caller should retry after calling GetServerInfoAsync to refresh the configuration.

public class DigestMismatchException : Exception, ISerializable
Inheritance
DigestMismatchException
Implements
Inherited Members

Constructors

DigestMismatchException(string)

Thrown when the Arkade server rejects a request because the cached server-info digest no longer matches. The SDK clears the cached digest and server info before throwing; the caller should retry after calling GetServerInfoAsync to refresh the configuration.

public DigestMismatchException(string msg)

Parameters

msg string