C# Class OnlyV.ImageCreation.Exceptions.TextTooLargeException

Inheritance: OnlyV.ImageCreation.Exceptions.ImageCreationException
ファイルを表示 Open project: AntonyCorbett/OnlyV

Public Methods

Method Description
TextTooLargeException ( ) : System
TextTooLargeException ( string message ) : System
TextTooLargeException ( string message, Exception innerException ) : System

Protected Methods

Method Description
TextTooLargeException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TextTooLargeException() public method

public TextTooLargeException ( ) : System
return System

TextTooLargeException() protected method

protected TextTooLargeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

TextTooLargeException() public method

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

TextTooLargeException() public method

public TextTooLargeException ( string message, Exception innerException ) : System
message string
innerException Exception
return System