[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InvalidContentControlSingleCharException

Class InvalidContentControlSingleCharException

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

The exception that is thrown when trying to insert more then one characters inside the content control.

public class InvalidContentControlSingleCharException : InvalidContentControlChildException, ISerializable, _Exception
Inheritance
InvalidContentControlSingleCharException
Implements
Inherited Members

Constructors

InvalidContentControlSingleCharException(ContentControl)

Initializes a new instance of the InvalidContentControlSingleCharException class.

public InvalidContentControlSingleCharException(ContentControl contentControl)

Parameters

contentControl ContentControl

The content control inside wich trying to insert.