Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InvalidFileFormatException Class / InvalidFileFormatException Constructor
The message.


In This Topic
    InvalidFileFormatException Constructor
    In This Topic
    Initializes a new instance of the InvalidFileFormatException class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    'Usage
     
    
    Dim message As String
     
    Dim instance As New InvalidFileFormatException(message)
    public InvalidFileFormatException( 
       string message
    )

    Parameters

    message
    The message.
    See Also