Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Class ufbx_error_safe

    An exception type that wraps an error returned by the ufbx library.

    Inheritance
    object
    Exception
    ufbx_error_safe
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: ufbxSafe
    Assembly: ufbxSafe.dll
    Syntax
    public class ufbx_error_safe : Exception, ISerializable

    Constructors

    ufbx_error_safe(ufbx_error)

    Initializes a new instance of the ufbx_error_safe class with the specified ufbx error details.

    Declaration
    public ufbx_error_safe(ufbx.ufbx_error error)
    Parameters
    Type Name Description
    ufbx.ufbx_error error

    A ufbx.ufbx_error struct containing error information.

    Properties

    Message

    Gets a message that describes the current error, retrieved from the ufbx library’s description.

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    string
    Overrides
    Exception.Message

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX