C# Класс SubLib.Exceptions.FileTooLargeException

The exception that is thrown when a file is too large.
Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
FileTooLargeException ( ) : System
FileTooLargeException ( string message ) : System

Описание методов

FileTooLargeException() публичный Метод

public FileTooLargeException ( ) : System
Результат System

FileTooLargeException() публичный Метод

public FileTooLargeException ( string message ) : System
message string
Результат System