|  | |
| Device | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class DeviceCreateFailedEventArgs : EventArgs
The DeviceCreateFailedEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DeviceCreateFailedEventArgs | Constructor | 
 Properties
Properties| 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. | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | Exception | Exception with additional information about why device creation failed. | 
 See Also
See Also