Class InvalidMsdfCharsetDefinitionException
Exception thrown for invalid MSDF charset definitions.
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class InvalidMsdfCharsetDefinitionException : Exception
Constructors
InvalidMsdfCharsetDefinitionException()
Initializes a new instance of the InvalidMsdfCharsetDefinitionException class.
Declaration
public InvalidMsdfCharsetDefinitionException()
InvalidMsdfCharsetDefinitionException(string)
Initializes a new instance of the InvalidMsdfCharsetDefinitionException class.
Declaration
public InvalidMsdfCharsetDefinitionException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
InvalidMsdfCharsetDefinitionException(string, Exception)
Initializes a new instance of the InvalidMsdfCharsetDefinitionException class.
Declaration
public InvalidMsdfCharsetDefinitionException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Exception | inner | The exception that caused the current exception. |