ChecksumFailedException Constructors
Declaring Type: ChecksumFailedException
Namespace: Velopack.Compression
Assembly: Velopack
Assembly Version: 0.0.942+a011233
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