Click or drag to resize
DigitalRuneEffectBindingException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the EffectBindingException class with serialized data.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected EffectBindingException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionCondition
ArgumentNullException The info parameter is null.
SerializationException The class name is null or HResult is zero (0).
See Also