Constructor

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
protected WiimoteNotFoundException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
Visual C++
protected:
WiimoteNotFoundException(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization..::.SerializationInfo
Serialization info
context
Type: System.Runtime.Serialization..::.StreamingContext
Streaming context

See Also