ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1Themes Namespace / StyledPropertyCollection.UninitializedPropertyException Class / StyledPropertyCollection.UninitializedPropertyException Constructor
The name of the property that causes this exception.

In This Topic
    StyledPropertyCollection.UninitializedPropertyException Constructor
    In This Topic
    Initializes a new instance of the StyledPropertyCollection.UninitializedPropertyException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyName As System.String _
    )
    public StyledPropertyCollection.UninitializedPropertyException( 
       System.string propertyName
    )

    Parameters

    propertyName
    The name of the property that causes this exception.
    See Also