C# Class Hpdi.VssPhysicalLib.BadHeaderException

Exception thrown when an invalid record header is read.
Inheritance: Hpdi.VssPhysicalLib.RecordException
Mostra file Open project: abevoelker/vss2git

Public Methods

Method Description
BadHeaderException ( ) : System
BadHeaderException ( string message ) : System
BadHeaderException ( string message, Exception innerException ) : System

Method Details

BadHeaderException() public method

public BadHeaderException ( ) : System
return System

BadHeaderException() public method

public BadHeaderException ( string message ) : System
message string
return System

BadHeaderException() public method

public BadHeaderException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System