C# Class SubLib.Exceptions.FileTooLargeException

The exception that is thrown when a file is too large.
Inheritance: System.ApplicationException
Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
FileTooLargeException ( ) : System
FileTooLargeException ( string message ) : System

Method Details

FileTooLargeException() public méthode

public FileTooLargeException ( ) : System
Résultat System

FileTooLargeException() public méthode

public FileTooLargeException ( string message ) : System
message string
Résultat System