ValidationException Constructor
Initializes a new instance of the
ValidationException class with a specified error message.
public ValidationException(
string
)
'Declaration
Public Function New( _
ByVal As String _
)
Parameters
- message
- The message that describes the error.