Table of Contents

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

message string

ObjParseException(string, Exception)

public ObjParseException(string message, Exception innerException)

Parameters

message string
innerException Exception