AssimpException

The one exception type thrown in this wrapper. A failing ASSIMP function should <b>always</b> throw an AssimpException.

class AssimpException : Exception {}

Constructors

this
this(string msg)
Undocumented in source.

Meta