DeviceRegistrationFailedException Constructor (String, Exception)
Applies To: Dynamics CRM 2015
Construct an instance of the DeviceRegistrationFailedException class
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.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.StringMessage to pass
innerException
Type: System.ExceptionException to include
See Also
DeviceRegistrationFailedException Overload
DeviceRegistrationFailedException Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright