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