DeviceRegistrationFailedException Class
Applies To: Dynamics CRM 2013
(Developer Extensions)
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
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
RegistrationErrorCode | ||
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) | (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.) |
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 2013
Return to top