Table of Contents

Constructor ShaderException

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

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.