Class ufbx_error_safe
An exception type that wraps an error returned by the ufbx library.
Implements
Inherited Members
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 |