ServerBusyException Clase

Definición

Representa una excepción ocupado del servidor que se encuentran en una respuesta del servicio. El ServerBusyException clase es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de 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
Herencia

Constructores

ServerBusyException(ServiceResponse)

Inicializa una nueva instancia de la ServerBusyException clase. El ServerBusyException(ServiceResponse) constructor es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de Exchange Server 2013.

Propiedades

BackOffMilliseconds

Obtiene sugiere el número de milisegundos que se esperará antes de volver a intentar una solicitud. Si es cero, no hay ningún tiempo de interrupción sugerida. El BackOffMilliseconds (propiedad) es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de Exchange Server 2013.

ErrorCode

Obtiene el código de error de servicio.

(Heredado de ServiceResponseException)
Message

Obtiene un mensaje que describe la excepción actual.

(Heredado de ServiceResponseException)
Response

Obtiene el ServiceResponse de la excepción.

(Heredado de ServiceResponseException)

Se aplica a