C# Class FontStashSharp.FontCreationException

Inheritance: Exception
Show file Open project: klyte45/WriteTheSigns

Public Methods

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

Protected Methods

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

Method Details

FontCreationException() public method

public FontCreationException ( ) : System
return System

FontCreationException() protected method

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

FontCreationException() public method

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

FontCreationException() public method

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