Click or drag to resize

ServiceNotAvailableException Constructor

Overload List
  NameDescription
Public methodServiceNotAvailableException
Initializes a new instance with a default message.
Public methodServiceNotAvailableException(String)
Initializes a new instance with a specified message.
Public methodServiceNotAvailableException(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.
Public methodServiceNotAvailableException(Type, IServiceProvider)
Initializes a new instance with the service that was required and the provider from which it was requested.
Public methodServiceNotAvailableException(String, Type, IServiceProvider)
Initializes a new instance with a custom message.
Top
See Also