Class InvalidMsdfCharsetDefinitionException
Exception being thrown for invalid MSDF charset definitions.
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
[Serializable]
public class InvalidMsdfCharsetDefinitionException : Exception, ISerializable
Constructors
InvalidMsdfCharsetDefinitionException()
Initializes a new instance of the InvalidMsdfCharsetDefinitionException class.
Declaration
public InvalidMsdfCharsetDefinitionException()
InvalidMsdfCharsetDefinitionException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidMsdfCharsetDefinitionException class.
Declaration
protected InvalidMsdfCharsetDefinitionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
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 is the cause of the current exception. |