Class ItemNotFoundException
Inheritance
System.Object
ItemNotFoundException
Namespace: AutoCheck.Core.Exceptions
Assembly: AutoCheck.Core.dll
Syntax
public class ItemNotFoundException : Exception
Constructors
| Improve this Doc View SourceItemNotFoundException()
Declaration
public ItemNotFoundException()
ItemNotFoundException(String, Exception)
Declaration
public ItemNotFoundException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |
Extension Methods
ObjectExtensions.DeepClone<T>(T)