PptxException

PptxException()

Constructeur par défaut.

public PptxException()

Voir également


PptxException(string)

Constructeur permettant d’ajouter un message à cette exception.

public PptxException(string message)
ParamètreTaperLa description
messageStringmessage

Voir également


PptxException(string, Exception)

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

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

Voir également