PptxException

PptxException()

Constructor por defecto.

public PptxException()

Ver también


PptxException(string)

Constructor que permite agregar un mensaje a esta excepción.

public PptxException(string message)
ParámetroEscribeDescripción
messageStringmensaje

Ver también


PptxException(string, Exception)

Constructor para una excepción que contiene un mensaje y una excepción incrustada.

public PptxException(string message, Exception exception)
ParámetroEscribeDescripción
messageStringmensaje
exceptionExceptionexcepción original

Ver también