Table of Contents

Class BmFontException

Namespace
KernSmith
Assembly
KernSmith.dll

Base error type for all KernSmith operations. Catch this to handle any bitmap font generation error.

public class BmFontException : Exception, ISerializable
Inheritance
BmFontException
Implements
Derived
Inherited Members

Constructors

BmFontException(string)

Creates an error with a message.

public BmFontException(string message)

Parameters

message string

What went wrong.

BmFontException(string, Exception)

Creates an error with a message and the original exception.

public BmFontException(string message, Exception inner)

Parameters

message string

What went wrong.

inner Exception

The underlying exception.