PptEditException

PptEditException()

Constructor por defecto.

public PptEditException()

Ver también


PptEditException(string)

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

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

Ver también


PptEditException(string, Exception)

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

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

Ver también