Table of Contents

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

message string

The exception message.

NeoVeldridException(string, Exception)

Constructs a new NeoVeldridexception with the given message and inner exception.

public NeoVeldridException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.