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 a message and an inner exception.
Namespace: Microsoft.Xrm.Client.Services.Samples
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public DeviceRegistrationFailedException(
string message,
Exception innerException
)
public:
DeviceRegistrationFailedException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeviceRegistrationFailedException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringType: String. A message for the exception.
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