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