PptxReadException

Clase PptxReadException

Representa una excepción que se lanza en errores de lectura de presentaciones.

public class PptxReadException : PptxException

Constructores

NombreDescripción
PptxReadException()Constructor por defecto.
PptxReadException(string)Constructor que permite agregar un mensaje a esta excepción.
PptxReadException(string, Exception)Constructor para una excepción que contiene un mensaje y una excepción embebida.

Véase también