Nevron.Nov.Office.Draw Namespace / NDrawDrawingView Class / RejectNewDocumentPromise Method
The exception to reject the new document promise. Can be null to silently reject the promise.
In This Topic
    RejectNewDocumentPromise Method
    In This Topic
    Rejects the new document promise with the given exception. Pass null to silently reject the promise.
    Syntax
    public void RejectNewDocumentPromise( 
       System.Exception ex
    )

    Parameters

    ex
    The exception to reject the new document promise. Can be null to silently reject the promise.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also