ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / CorruptedCodestreamException Class
Members

In This Topic
    CorruptedCodestreamException Class
    In This Topic
    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.
    Object Model
    CorruptedCodestreamException Class
    Syntax
    'Declaration
     
    
    Public Class CorruptedCodestreamException 
       Inherits System.IO.IOException
    public class CorruptedCodestreamException : System.IO.IOException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             System.IO.IOException
                CSJ2K.j2k.codestream.CorruptedCodestreamException

    See Also