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