ServiceNotAvailableException Constructor |
Name | Description | |
---|---|---|
ServiceNotAvailableException |
Initializes a new instance with a default message.
| |
ServiceNotAvailableException(String) |
Initializes a new instance with a specified message.
| |
ServiceNotAvailableException(String, Exception) |
Initializes a new instance with a specified error message and a reference to the inner
exception that is the cause of this exception.
| |
ServiceNotAvailableException(Type, IServiceProvider) |
Initializes a new instance with the service that was required and the provider from
which it was requested.
| |
ServiceNotAvailableException(String, Type, IServiceProvider) |
Initializes a new instance with a custom message.
|