PptxEditException

PptxEditException()

Constructeur par défaut.

public PptxEditException()

Voir également


PptxEditException(string)

Constructeur permettant d’ajouter un message à cette exception.

public PptxEditException(string message)
ParamètreTaperLa description
messageStringmessage

Voir également


PptxEditException(string, Exception)

Constructeur d’une exception contenant un message et une exception intégrée.

public PptxEditException(string message, Exception exception)
ParamètreTaperLa description
messageStringmessage
exceptionExceptionexception d’origine

Voir également