Class NeoVeldridException
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
Represents errors that occur in the NeoVeldrid library.
public class NeoVeldridException : Exception, ISerializable
- Inheritance
-
NeoVeldridException
- Implements
- Inherited Members
Constructors
NeoVeldridException()
Constructs a new NeoVeldridException.
public NeoVeldridException()
NeoVeldridException(string)
Constructs a new NeoVeldridexception with the given message.
public NeoVeldridException(string message)
Parameters
messagestringThe exception message.
NeoVeldridException(string, Exception)
Constructs a new NeoVeldridexception with the given message and inner exception.
public NeoVeldridException(string message, Exception innerException)