Device |
The DeviceCreateFailedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
IsHandled | IsHandled can be set to true to prevent showing standard error text. Note that if user called SceneView.Initialize method and device creation failed, then an exception will be called even if IsHandled is set to true. There reason is that Initialize returns non-nullable Scene and SceneView values and cannot return in case those two objects are not created. |