ServerBusyException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a server busy exception found in a service response. The ServerBusyException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class ServerBusyException : Microsoft::Exchange::WebServices::Data::ServiceResponseException
public class ServerBusyException : Microsoft.Exchange.WebServices.Data.ServiceResponseException
Public Class ServerBusyException
Inherits ServiceResponseException
- Inheritance
Constructors
ServerBusyException(ServiceResponse) |
Initializes a new instance of the ServerBusyException class. The ServerBusyException(ServiceResponse) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Properties
BackOffMilliseconds |
Gets suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested back-off time. The BackOffMilliseconds property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ErrorCode |
Gets the service error code. (Inherited from ServiceResponseException) |
Message |
Gets a message that describes the current exception. (Inherited from ServiceResponseException) |
Response |
Gets the ServiceResponse for the exception. (Inherited from ServiceResponseException) |