C# Class SubLib.Exceptions.FileTooLargeException

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

Public Methods

Method Description
FileTooLargeException ( ) : System
FileTooLargeException ( string message ) : System

Method Details

FileTooLargeException() public method

public FileTooLargeException ( ) : System
return System

FileTooLargeException() public method

public FileTooLargeException ( string message ) : System
message string
return System