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