Class ObjParseException
- Namespace
- NeoVeldrid.Utilities
- Assembly
- NeoVeldrid.Utilities.dll
An parsing error for Wavefront OBJ files.
public class ObjParseException : Exception, ISerializable
- Inheritance
-
ObjParseException
- Implements
- Inherited Members
Constructors
ObjParseException(string)
public ObjParseException(string message)
Parameters
messagestring
ObjParseException(string, Exception)
public ObjParseException(string message, Exception innerException)