Class NotFoundException
Inheritance
NotFoundException
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class NotFoundException : Exception, ISerializable
Constructors
|
Edit this page
View Source
NotFoundException()
Declaration
public NotFoundException()
|
Edit this page
View Source
NotFoundException(Guid)
Declaration
public NotFoundException(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
|
Edit this page
View Source
NotFoundException(string)
Declaration
public NotFoundException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
NotFoundException(Type)
Declaration
public NotFoundException(Type entityType)
Parameters
Type |
Name |
Description |
Type |
entityType |
|
Implements