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