Click or drag to resize
DigitalRuneEffectBindingException Constructor (String, Effect, EffectParameter)
Initializes a new instance of the EffectBindingException class with a specified error message and additional effect information.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectBindingException(
	string message,
	Effect effect,
	EffectParameter effectParameter
)

Parameters

message
Type: SystemString
The message that describes the error.
effect
Type: Effect
The effect. Can be .
effectParameter
Type: EffectParameter
The effect parameter. Can be .
See Also