ServiceUnavailableException Class

Definition

Thrown if the service is unavailable.

public ref class ServiceUnavailableException : Exception
public class ServiceUnavailableException : Exception
type ServiceUnavailableException = class
    inherit Exception
Public Class ServiceUnavailableException
Inherits Exception
Inheritance
ServiceUnavailableException

Constructors

ServiceUnavailableException(Type)

Instantiates a new instance of ServiceUnavailableException for the specified type of service,

ServiceUnavailableException(Type, Exception)

Instantiates a new instance of ServiceUnavailableException for the specified type of service and inner exception,

Applies to