| CanvasDeviceRaiseDeviceLost Method | 
Namespace: Microsoft.Graphics.Canvas
 Syntax
Syntaxpublic void RaiseDeviceLost()
 Remarks
RemarksThis method should be called when your app has caught a device lost exception. See IsDeviceLost(Int32).
Calling this method will produce an error if there was no actual Direct3D device loss.
For more information, see Handling device lost.
 See Also
See Also