Class ServerBusyException
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a server busy exception found in a service response.
public class ServerBusyException : ServiceResponseException, ISerializable
- Inheritance
-
ServerBusyException
- Implements
- Inherited Members
Constructors
ServerBusyException(ServiceResponse)
Initializes a new instance of the ServerBusyException class.
public ServerBusyException(ServiceResponse response)
Parameters
response
ServiceResponseThe ServiceResponse when service operation failed remotely.
Properties
BackOffMilliseconds
Suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested backoff time.
public int BackOffMilliseconds { get; }