Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidContentControlSingleCharException Class / InvalidContentControlSingleCharException Constructor
The content control inside wich trying to insert.

In This Topic
    InvalidContentControlSingleCharException Constructor
    In This Topic
    Initializes a new instance of the InvalidContentControlSingleCharException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contentControl As ContentControl _
    )
    public InvalidContentControlSingleCharException( 
       ContentControl contentControl
    )

    Parameters

    contentControl
    The content control inside wich trying to insert.
    See Also