ServiceUnavailableException 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.
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(String, Exception) | |
ServiceUnavailableException(String, String) | |
ServiceUnavailableException(String) | |
ServiceUnavailableException(Type, Exception) |
Instantiates a new instance of ServiceUnavailableException for the specified type of service and inner exception, |
ServiceUnavailableException(Type) |
Instantiates a new instance of ServiceUnavailableException for the specified type of service, |