ChecksumFailedException class
Namespace: Velopack.Exceptions
Represents an error that occurs when a package does not match it's expected SHA checksum
[ExcludeFromCodeCoverage]
public class ChecksumFailedException : Exception, ISerializable
Inherits: Exception
Implements: ISerializable
Constructors
| Constructor | Summary |
|---|---|
ChecksumFailedException | Represents an error that occurs when a package does not match it's expected SHA checksum |
ChecksumFailedException | Represents an error that occurs when a package does not match it's expected SHA checksum |
ChecksumFailedException(filePath)
public ChecksumFailedException(string filePath)
Represents an error that occurs when a package does not match it's expected SHA checksum
Parameters
| Name | Type | Description |
|---|---|---|
filePath | string |
ChecksumFailedException(filePath, message)
public ChecksumFailedException(string filePath, string message)
Represents an error that occurs when a package does not match it's expected SHA checksum
Parameters
| Name | Type | Description |
|---|---|---|
filePath | string | |
message | string |
Properties
| Property | Summary |
|---|---|
FilePath | The filename of the package which failed validation |
FilePath
public string FilePath { get; }
The filename of the package which failed validation
Generated from Velopack 1.1.1