Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / WordLayoutException Class / WordLayoutException Constructor

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

    Parameters

    message
    See Also