function OpenAsync(stream, leaveOpen);
[Missing <returns> documentation for "M:Gemstone.PQDIF.Logical.LogicalParser.OpenAsync(System.IO.Stream,System.Boolean)"]
ArgumentNullException | stream is null. |
InvalidOperationException | stream is not both readable and seekable. |
InvalidDataException | First record of PQDIF file is not the container record. |
NotSupportedException | An unsupported compression mode was defined in the PQDIF file. |
EndOfStreamException | End of stream encountered while reading the container record. |