NotFoundException Class

Summary

NotFoundException.
Assembly
Rocket.Surgery.Extensions.Abstractions.dll
Namespace
Rocket.Surgery
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["NotFoundException"] class Type type-node

Syntax

public class NotFoundException : Exception

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
NotFoundException() Initializes a new instance of the NotFoundException class.
NotFoundException(string, Exception) Initializes a new instance of the NotFoundException class.
NotFoundException(string) Initializes a new instance of the NotFoundException class.

Extension Methods

See Also

  • System.Exception