Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Indicates that device registration failed.
Namespace: Microsoft.Xrm.Client.Services.Samples
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Xrm.Client.Services.Samples.DeviceRegistrationFailedException
Syntax
[SerializableAttribute]
public sealed class DeviceRegistrationFailedException : Exception
[SerializableAttribute]
public ref class DeviceRegistrationFailedException sealed : Exception
[<Sealed>]
[<SerializableAttribute>]
type DeviceRegistrationFailedException =
class
inherit Exception
end
<SerializableAttribute>
Public NotInheritable Class DeviceRegistrationFailedException
Inherits Exception
Constructors
Name | Description | |
---|---|---|
![]() |
DeviceRegistrationFailedException() | Initializes a new instance of theDeviceRegistrationFailedException class. |
![]() |
DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String) | Initializes a new instance of theDeviceRegistrationFailedException class using an error code and sub-code. |
![]() |
DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String, Exception) | Initializes a new instance of theDeviceRegistrationFailedException class using an error code, sub-code, and an inner exception. |
![]() |
DeviceRegistrationFailedException(String) | Initializes a new instance of theDeviceRegistrationFailedException class using a message. |
![]() |
DeviceRegistrationFailedException(String, Exception) | Initializes a new instance of theDeviceRegistrationFailedException class using a message and an inner exception. |
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
RegistrationErrorCode | Gets the exception error code. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetBaseException() | (Inherited from Exception.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | Sets the SerializationInfo with information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType() | (Inherited from Exception.) |
![]() |
ToString() | (Inherited from Exception.) |
Extension Methods
Name | Description | |
---|---|---|
![]() |
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Remarks
This exception is thrown when registration of a device with Microsoft account fails.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Client.Services.Samples Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright