Table of Contents

Class NotFoundException

Namespace
RisingV.Shared.Exceptions
Assembly
RisingV.Shared.dll

Represents an exception that is thrown when a requested resource is not found.

public class NotFoundException : BaseException, ISerializable
Inheritance
NotFoundException
Implements
Inherited Members
Extension Methods

Constructors

NotFoundException()

protected NotFoundException()

NotFoundException(SerializationInfo, StreamingContext)

[Obsolete("Obsolete")]
protected NotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

NotFoundException(string)

public NotFoundException(string message)

Parameters

message string

NotFoundException(string, Exception)

public NotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception