ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / CorruptedCodestreamException Class / CorruptedCodestreamException Constructor / CorruptedCodestreamException Constructor(String)
The detail message.

In This Topic
    CorruptedCodestreamException Constructor(String)
    In This Topic
    Constructs a new CorruptedCodestreamException exception with the specified detail message.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal s As String _
    )
    public CorruptedCodestreamException( 
       string s
    )

    Parameters

    s
    The detail message.
    See Also