Table of Contents

Class SyncAppDataMaxRetryExceededException

Namespace
OpenSettings.Exceptions
Assembly
OpenSettings.dll
public class SyncAppDataMaxRetryExceededException : Exception, ISerializable
Inheritance
SyncAppDataMaxRetryExceededException
Implements
Inherited Members

Constructors

SyncAppDataMaxRetryExceededException(int, int)

public SyncAppDataMaxRetryExceededException(int maxRetryCount, int attempt)

Parameters

maxRetryCount int
attempt int

Properties

Attempt

public int Attempt { get; }

Property Value

int

MaxRetryCount

public int MaxRetryCount { get; }

Property Value

int