ChecksumFailedException Class
Namespace: Velopack.Exceptions
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Represents an error that occurs when a package does not match it's expected SHA checksum
[NullableContext(1)]
[Nullable(0)]
[ExcludeFromCodeCoverage]
public class ChecksumFailedException : Exception
Inheritance: object → Exception → ChecksumFailedException
Attributes: NullableContextAttribute,NullableAttribute,ExcludeFromCodeCoverageAttribute
Constructors
| Name | Description |
|---|---|
| ChecksumFailedException(string) | |
| ChecksumFailedException(string, string) |
Properties
| Name | Description |
|---|---|
| FilePath | The filename of the package which failed validation |
Documentation generated by MdDocs