Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / NoFocusChangeException Class / NoFocusChangeException Constructor / NoFocusChangeException Constructor(String)


In This Topic
    NoFocusChangeException Constructor(String)
    In This Topic
    Creates a new no-focus-change exception.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    'Usage
     
    
    Dim message As String
     
    Dim instance As New NoFocusChangeException(message)
    public NoFocusChangeException( 
       string message
    )

    Parameters

    message
    See Also