FarPoint.Win Assembly / FarPoint.Win Namespace / NoFocusChangeException Class / NoFocusChangeException Constructor / NoFocusChangeException Constructor(String,Exception)


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

Parameters

message
inner
See Also