Search Results for

    Show / Hide Table of Contents

    Class InvalidMsdfCharsetDefinitionException

    Exception being thrown for invalid MSDF charset definitions.

    Inheritance
    object
    Exception
    InvalidMsdfCharsetDefinitionException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    Implements

    ISerializable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX