Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / UnsupportedMethodException Class / UnsupportedMethodException Constructor
The GrapeCity.Documents.Word.IFormatting object that contains this method.

In This Topic
    UnsupportedMethodException Constructor
    In This Topic
    Initializes a new instance of the UnsupportedMethodException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal obj As System.Object _
    )
    public UnsupportedMethodException( 
       System.object obj
    )

    Parameters

    obj
    The GrapeCity.Documents.Word.IFormatting object that contains this method.
    See Also