Table of Contents

Class SpirvCompilationException

Namespace
NeoVeldrid.SPIRV
Assembly
NeoVeldrid.SPIRV.dll

Represents errors that occur in the NeoVeldrid.SPIRV library.

public class SpirvCompilationException : Exception, ISerializable
Inheritance
SpirvCompilationException
Implements
Inherited Members

Constructors

SpirvCompilationException()

Constructs a new SpirvCompilationException.

public SpirvCompilationException()

SpirvCompilationException(string)

Constructs a new SpirvCompilationException with the given message.

public SpirvCompilationException(string message)

Parameters

message string

SpirvCompilationException(string, Exception)

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

public SpirvCompilationException(string message, Exception innerException)

Parameters

message string
innerException Exception