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
System_CAPS_pubmethod DeviceRegistrationFailedException()

Construct an instance of the DeviceRegistrationFailedException class

System_CAPS_pubmethod DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String)

Construct an instance of the DeviceRegistrationFailedException class

System_CAPS_pubmethod DeviceRegistrationFailedException(DeviceRegistrationErrorCode, String, Exception)

Construct an instance of the DeviceRegistrationFailedException class

System_CAPS_pubmethod DeviceRegistrationFailedException(String)

Construct an instance of the DeviceRegistrationFailedException class

System_CAPS_pubmethod DeviceRegistrationFailedException(String, Exception)

Construct an instance of the DeviceRegistrationFailedException class

Properties

Name Description
System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty RegistrationErrorCode

Error code that occurred during registration

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

Internal Use only(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).)

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_pubmethod 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