PptxReadException

PptxReadException()

Constructeur par défaut.

public PptxReadException()

Voir également


PptxReadException(string)

Constructeur permettant d’ajouter un message à cette exception.

public PptxReadException(string message)
ParamètreTaperLa description
messageStringmessage

Voir également


PptxReadException(string, Exception)

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

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

Voir également