Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeEffectAbsentColorException Class / ShapeEffectAbsentColorException Constructor
Name of effect which lack color data.

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

    Parameters

    effectName
    Name of effect which lack color data.
    See Also