'Declaration
Public Function New( _ ByVal title As String, _ ByVal text As String, _ Optional ByVal style As DataValidationErrorStyle, _ Optional ByVal show As Boolean _ )
'Usage
Dim title As String Dim text As String Dim style As DataValidationErrorStyle Dim show As Boolean Dim instance As New DataValidationError(title, text, style, show)
Parameters
- title
- text
- style
- show