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