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