[]
This exception is thrown whenever an illegal value is read from a bit stream. The cause can be either a corrupted bit stream, or a a bit stream which is illegal.
public class CorruptedCodestreamException : IOException, ISerializable, _Exception
Name | Description |
---|---|
CorruptedCodestreamException() | Constructs a new CorruptedCodestreamException exception with no detail message. |
CorruptedCodestreamException(string) | Constructs a new CorruptedCodestreamException exception with the specified detail message. |