Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidInsertPositionException Class / InvalidInsertPositionException Constructor / InvalidInsertPositionException Constructor(String,Exception)
The message that describes the error.
The exception that is the cause of the current exception.

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

    Parameters

    message
    The message that describes the error.
    innerException
    The exception that is the cause of the current exception.
    See Also