Class ServiceUnavailableException
Inheritance
ServiceUnavailableException
Assembly: Glitch9.IO.dll
Syntax
public class ServiceUnavailableException : BackendException, ISerializable
Constructors
|
Edit this page
View Source
ServiceUnavailableException(Enum, string, int)
Declaration
public ServiceUnavailableException(Enum serviceEnum, string message = null, int statusCode = 503)
Parameters
| Type |
Name |
Description |
| Enum |
serviceEnum |
|
| string |
message |
|
| int |
statusCode |
|
|
Edit this page
View Source
ServiceUnavailableException(string, string, int)
Declaration
public ServiceUnavailableException(string serviceName, string message = null, int statusCode = 503)
Parameters
Implements
Extension Methods