C# Class Hpdi.VssPhysicalLib.RecordCrcException

Exception thrown when the CRC stored in a record does not match the expected value.
Inheritance: Hpdi.VssPhysicalLib.RecordException
Mostra file Open project: abevoelker/vss2git

Public Methods

Method Description
RecordCrcException ( RecordHeader header ) : System
RecordCrcException ( RecordHeader header, string message ) : System

Method Details

RecordCrcException() public method

public RecordCrcException ( RecordHeader header ) : System
header RecordHeader
return System

RecordCrcException() public method

public RecordCrcException ( RecordHeader header, string message ) : System
header RecordHeader
message string
return System