PptxUnsupportedFormatException

PptxUnsupportedFormatException()

Constructor por defecto.

public PptxUnsupportedFormatException()

Ver también


PptxUnsupportedFormatException(string)

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

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

Ver también


PptxUnsupportedFormatException(string, Exception)

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

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

Ver también