ComponentOne PDF for .NET
CSJ2K.j2k Namespace / NotImplementedError Class / NotImplementedError Constructor / NotImplementedError Constructor(String)
The detail message to use

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

    Parameters

    m
    The detail message to use
    See Also