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.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Inheritance Hierarchy
System.Object
  System.Exception
    Microsoft.Xrm.Tooling.Connector.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 | |
|---|---|---|
| .jpeg) | DeviceRegistrationFailedException() | Construct an instance of the DeviceRegistrationFailedException class | 
| .jpeg) | DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String) | Construct an instance of the DeviceRegistrationFailedException class | 
| .jpeg) | DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String, Exception) | Construct an instance of the DeviceRegistrationFailedException class | 
| .jpeg) | DeviceRegistrationFailedException(String) | Construct an instance of the DeviceRegistrationFailedException class | 
| .jpeg) | DeviceRegistrationFailedException(String, Exception) | Construct an instance of the DeviceRegistrationFailedException class | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Data | (Inherited from Exception.) | 
| .jpeg) | HelpLink | (Inherited from Exception.) | 
| .jpeg) | HResult | (Inherited from Exception.) | 
| .jpeg) | InnerException | (Inherited from Exception.) | 
| .jpeg) | Message | (Inherited from Exception.) | 
| .jpeg) | RegistrationErrorCode | Error code that occurred during registration | 
| .jpeg) | Source | (Inherited from Exception.) | 
| .jpeg) | StackTrace | (Inherited from Exception.) | 
| .jpeg) | TargetSite | (Inherited from Exception.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetBaseException() | (Inherited from Exception.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetObjectData(SerializationInfo, StreamingContext) | Internal Use only(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | 
| .jpeg) | GetType() | (Inherited from Exception.) | 
| .jpeg) | ToString() | (Inherited from Exception.) | 
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.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright