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