C# Класс OnlyV.ImageCreation.Exceptions.TextTooLargeException

Наследование: OnlyV.ImageCreation.Exceptions.ImageCreationException
Показать файл Открыть проект

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

Метод Описание
TextTooLargeException ( ) : System
TextTooLargeException ( string message ) : System
TextTooLargeException ( string message, Exception innerException ) : System

Защищенные методы

Метод Описание
TextTooLargeException ( SerializationInfo info, StreamingContext context ) : System

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

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

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

TextTooLargeException() защищенный Метод

protected TextTooLargeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

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

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

public TextTooLargeException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System