ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / StringFormatException Class / StringFormatException Constructor / StringFormatException Constructor(String)
The detail message

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

    Parameters

    s
    The detail message
    See Also