PptxEditException

PptxEditException()

Constructor por defecto.

public PptxEditException()

Ver también


PptxEditException(string)

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

public PptxEditException(string message)
ParámetroEscribeDescripció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ámetroEscribeDescripción
messageStringmensaje
exceptionExceptionexcepción original

Ver también