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

Namespace: DigitalRune.Game.UI.Consoles
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected ConsoleCommandException(
	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 .
SerializationException The class name is or HResult is zero (0).
See Also