Click or drag to resize

ShaderException Constructor

Creates a shader exception.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ShaderException(
	string message
)

Parameters

message
Type: SystemString
The exception message.
See Also