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

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

    Parameters

    member
    See Also