Show / Hide Table of Contents

Class NotFoundException

Functions that search for an object can throw this exception when not found.

public class NotFoundException : Exception, ISerializable

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
Exception
NotFoundException
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

Constructors

Name Description
NotFoundException()

Sets Message = "Not found.".

NotFoundException(string)

Sets Message = message.

Extension Methods

ExtMisc.ToStringWithoutStack(Exception)