DeviceRegistrationErrorCode-optælling
Gælder for: Microsoft Dynamics CRM 2015, Microsoft Dynamics CRM Online
Contains error codes that can occur when registering a device. (Developer Extensions)
Navneområde: Microsoft.Xrm.Client.Services.Samples
Assembly: Microsoft.Xrm.Client (i Microsoft.Xrm.Client.dll)
Brug
'Brug
Dim instance As DeviceRegistrationErrorCode
Syntaks
'Deklaration
Public Enumeration DeviceRegistrationErrorCode
public enum DeviceRegistrationErrorCode
Medlemmer
Medlemsnavn | Beskrivelse |
---|---|
BlankPassword | The password was blank. Value = 6. |
DeviceAlreadyExists | The device already exists. Value = 13. |
InterfaceDisabled | The interface is disabled. Value = 1. |
InternalError | An internal error occurred. Value = 11. |
InvalidCharactersInCredentials | The specified credentials contain invalid characters. Value = 9. |
InvalidParameterSyntax | The parameter values contain incorrect syntax. Value = 8. |
InvalidRequestFormat | The registration request is invalid. Value = 3. |
MissingDeviceUserNameOrPassword | The device, user name or password is missing. Value = 7. |
Unknown | An unknown error occurred. Value = 0. |
UnknownClientVersion | The client version is unknown. Value = 4. |
Bemærkninger
This enumeration is used in the constructor of the DeviceRegistrationFailedException class.
Platforme
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smartphone,Windows Server 2003,Windows XP Professional,Windows Server 2008,Windows Server 2012,Windows 7,Windows 8,Windows 8.1
Se også
Reference
Microsoft.Xrm.Client.Services.Samples-navneområde
DeviceRegistrationFailedException
RegistrationErrorCode
Andre ressourcer
Developer Extensions for Microsoft Dynamics CRM
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.