Class ClientThrottleException
Inheritance
System.Object
ClientThrottleException
Assembly: DocuWare.Platform.ServerClient.dll
public class ClientThrottleException : Exception
Constructors
Declaration
public ClientThrottleException(TimeSpan retryAfter)
Parameters
Type |
Name |
Description |
TimeSpan |
retryAfter |
|
Properties
Declaration
public override string Message { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public TimeSpan RetryAfterInterval { get; }
Property Value
Type |
Description |
TimeSpan |
|