Show / Hide Table of Contents

Class NotFoundException

Inheritance
object
Exception
NotFoundException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NotifyHub.NotificationService.Application.Common.Exceptions
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

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX