Table of Contents

Class NotFoundException

Namespace
MarymoorStudios.Core.Rpc.Exceptions
Assembly
MarymoorStudios.Core.Rpc.Exceptions.dll

The operation failed because the target could not be found.

[DataContract]
public sealed class NotFoundException : Exception, ISerializable
Inheritance
NotFoundException
Implements
Inherited Members

Constructors

NotFoundException()

public NotFoundException()

NotFoundException(string?)

public NotFoundException(string? message)

Parameters

message string

NotFoundException(string?, Exception?)

public NotFoundException(string? message, Exception? inner)

Parameters

message string
inner Exception