TruncatedBufferException

TruncatedBufferException is thrown when a datain buffer is too small to hold response data, and when the undersized buffer doesn't cause a check condition exception. This can happen with devices that do not perfectly match the scsi spec.

class TruncatedBufferException : SCSIException {}

Constructors

this
this(string message)
Undocumented in source.

Meta