FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / UnsupportedTypeException Class / UnsupportedTypeException Constructor

In This Topic
    UnsupportedTypeException Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal msg As String _
    )
    public UnsupportedTypeException( 
       string msg
    )

    Parameters

    msg
    See Also