Class ResourceNotFoundException
Inheritance
ResourceNotFoundException
Assembly: Glitch9.IO.dll
Syntax
public class ResourceNotFoundException : BackendException, ISerializable
Constructors
|
Edit this page
View Source
ResourceNotFoundException(Enum, string, int)
Declaration
public ResourceNotFoundException(Enum serviceEnum, string message, int statusCode = 404)
Parameters
| Type |
Name |
Description |
| Enum |
serviceEnum |
|
| string |
message |
|
| int |
statusCode |
|
|
Edit this page
View Source
ResourceNotFoundException(Enum, string, string, int)
Declaration
public ResourceNotFoundException(Enum serviceEnum, string resourceType, string resourceId, int statusCode = 404)
Parameters
|
Edit this page
View Source
ResourceNotFoundException(string, string, int)
Declaration
public ResourceNotFoundException(string serviceName, string message, int statusCode = 404)
Parameters
|
Edit this page
View Source
ResourceNotFoundException(string, string, string, int)
Declaration
public ResourceNotFoundException(string serviceName, string resourceType, string resourceId, int statusCode = 404)
Parameters
Properties
|
Edit this page
View Source
ResourceId
Declaration
public string ResourceId { get; }
Property Value
Implements
Extension Methods