DeviceRegistrationFailedException Class
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 | |
---|---|---|
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
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
RegistrationErrorCode | Error code that occurred during registration |
|
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) | Internal Use only(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType() | (Inherited from Exception.) |
|
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