DeviceRegistrationFailedException Constructor (DeviceRegistrationErrorCode, String, Exception)
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