InvalidStreamException

Overview

An InvalidStreamException exception is thrown when a stream cannot be read. A stream may be considered invalid due to corruption, version mismatching, incorrect format use or other reasons.

Location


Instance Methods


constructor

 

constructor(message: String; stream: Stream)

 

InvalidStreamException(String message, Stream stream)

 

Sub New(message As String, stream As Stream)

Parameters:

  • message:
  • stream:

 

  • .NET
  • Java