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