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