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 2013
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
- subCode
Type: System.String
See Also
DeviceRegistrationFailedException Overload
DeviceRegistrationFailedException Class
Microsoft.Xrm.Client.Services.Samples Namespace
Return to top