Table of Contents

Class ShaderException

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents errors that occur when compiling or linking shader programs.

[Serializable]
public class ShaderException : GraphicsException, ISerializable, _Exception
Inheritance
ShaderException
Implements
Inherited Members

Constructors

ShaderException()

Initializes a new instance of the ShaderException class.

public ShaderException()

ShaderException(string)

Initializes a new instance of the ShaderException class with the specified message.

public ShaderException(string message)

Parameters

message string

The message that describes the error.