PptxEditException

PptxEditException()

Constructor por defecto.

public PptxEditException()

Ver También


PptxEditException(string)

Constructor que permite añadir un mensaje a esta excepción.

public PptxEditException(string message)
ParámetroTipoDescripción
messageStringmensaje

Ver También


PptxEditException(string, Exception)

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

public PptxEditException(string message, Exception exception)
ParámetroTipoDescripción
messageStringmensaje
exceptionExceptionexcepción original

Ver También