Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidParentContentException Class / InvalidParentContentException Constructor / InvalidParentContentException Constructor(String)
The message that describes the error.

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

    Parameters

    message
    The message that describes the error.
    See Also