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
Properties
Attempt
public int Attempt { get; }
Property Value
MaxRetryCount
public int MaxRetryCount { get; }