Click or drag to resize
Reader3dsMissingTextureException Class
Exception thrown when a texture file is missing and ThrowMissingTextureException is true
Inheritance Hierarchy
SystemObject
  SystemException
    Ab3dReader3dsMissingTextureException

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public class MissingTextureException : Exception

The Reader3dsMissingTextureException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMissingTextureFileName
File name of the missing texture
Public propertyMissingTextureFullFileName
Gets the file name and its path of the missing texture.
Top
See Also