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