PptxEditException

PptxEditException class

Representa una excepción lanzada cuando se detecta un error de edición de presentación.

public class PptxEditException : PptxException

Constructores

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

Ver también