Owneat Technical Guide main Help

Class NotFoundException

Namespace: Common.Exceptions
Assembly: Common.dll

Common.Exceptions.NotFoundException is thrown when the resource is not found.

public sealed class NotFoundException : OwneatTechnicalException, ISerializable

Inheritance

objectExceptionOwneatTechnicalException ← NotFoundException

Implements

ISerializable

Inherited Members

OwneatTechnicalException.Type, OwneatTechnicalException.Error, OwneatTechnicalException.StatusCode, Exception.GetBaseException\(\), Exception.GetType\(\), Exception.ToString\(\), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Constructors

NotFoundException\(Error, string\)

Common.Exceptions.NotFoundException is thrown when the resource is not found.

public NotFoundException(Error error, string message)

Parameters

error Error

message string

Last modified: 21 May 2024