C# Class Hpdi.VssPhysicalLib.EndOfBufferException

Exception thrown when the end of the record buffer is reached unexpectedly.
Inheritance: System.Exception
Mostra file Open project: abevoelker/vss2git

Public Methods

Method Description
EndOfBufferException ( ) : System
EndOfBufferException ( string message ) : System

Method Details

EndOfBufferException() public method

public EndOfBufferException ( ) : System
return System

EndOfBufferException() public method

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