Skip to main content

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

NameDescription
ChecksumFailedException(string)
ChecksumFailedException(string, string)

Properties

NameDescription
FilePathThe filename of the package which failed validation

Documentation generated by MdDocs