|  | UIException Constructor (SerializationInfo, StreamingContext) | 
            Initializes a new instance of the 
UIException class with serialized data.
            
 
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxprotected UIException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
protected:
UIException(
	SerializationInfo^ info, 
	StreamingContext context
)
new : 
        info : SerializationInfo * 
        context : StreamingContext -> UIExceptionParameters
- 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
Exceptions See Also
See Also