DeviceRegistrationFailedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that Device Registration failed
public ref class DeviceRegistrationFailedException sealed : Exception
[System.Serializable]
public sealed class DeviceRegistrationFailedException : Exception
[<System.Serializable>]
type DeviceRegistrationFailedException = class
inherit Exception
Public NotInheritable Class DeviceRegistrationFailedException
Inherits Exception
- Inheritance
-
DeviceRegistrationFailedException
- Attributes
Constructors
DeviceRegistrationFailedException() |
Construct an instance of the DeviceRegistrationFailedException class |
DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String) |
Construct an instance of the DeviceRegistrationFailedException class |
DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String, Exception) |
Construct an instance of the DeviceRegistrationFailedException class |
DeviceRegistrationFailedException(String) |
Construct an instance of the DeviceRegistrationFailedException class |
DeviceRegistrationFailedException(String, Exception) |
Construct an instance of the DeviceRegistrationFailedException class |
Properties
RegistrationErrorCode |
Error code that occurred during registration |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Internal Use only |