Calendar for WinForms | ComponentOne
C1.Win.Calendar.Exceptions Namespace / CaptionValidationException Class / CaptionValidationException Constructor
Error message

In This Topic
    CaptionValidationException Constructor
    In This Topic
    Initializes a new instance of the CaptionValidationException object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal msg As String _
    )
    public CaptionValidationException( 
       string msg
    )

    Parameters

    msg
    Error message
    See Also