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
Initializes a new instance of the DeviceRegistrationFailedException class using an error code and sub-code.
Namespace: Microsoft.Xrm.Client.Services.Samples
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public DeviceRegistrationFailedException(
DeviceRegistrationErrorCode code,
string subCode
)
public:
DeviceRegistrationFailedException(
DeviceRegistrationErrorCode code,
String^ subCode
)
new :
code:DeviceRegistrationErrorCode *
subCode:string -> DeviceRegistrationFailedException
Public Sub New (
code As DeviceRegistrationErrorCode,
subCode As String
)
Parameters
code
Type: Microsoft.Xrm.Client.Services.Samples.DeviceRegistrationErrorCodeType: DeviceRegistrationErrorCode. An error code.
subCode
Type: System.StringType: String. An error sub-code.
See Also
DeviceRegistrationFailedException Overload
DeviceRegistrationFailedException Class
Microsoft.Xrm.Client.Services.Samples Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright