Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataAddNewException Class / DataAddNewException Constructor / DataAddNewException Constructor(String)
Exception message


In This Topic
    DataAddNewException Constructor(String)
    In This Topic
    Creates a DataAddNewException.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    'Usage
     
    
    Dim message As String
     
    Dim instance As New DataAddNewException(message)
    public DataAddNewException( 
       string message
    )

    Parameters

    message
    Exception message
    See Also