ChecksumFailedException Constructors
Declaring Type: ChecksumFailedException
Namespace: Velopack.Exceptions
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Overloads
| Signature | Description |
|---|---|
| ChecksumFailedException(string) | |
| ChecksumFailedException(string, string) |
ChecksumFailedException(string)
public ChecksumFailedException(string filePath);
Parameters
filePath string
ChecksumFailedException(string, string)
public ChecksumFailedException(string filePath, string message);
Parameters
filePath string
message string
Documentation generated by MdDocs