OrganizationServiceFault.InnerFault Property
Applies To: Dynamics CRM 2015
Gets the fault instance that caused the current fault.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public OrganizationServiceFault InnerFault { get; set; }
public:
[DataMemberAttribute]
property OrganizationServiceFault^ InnerFault {
OrganizationServiceFault^ get();
void set(OrganizationServiceFault^ value);
}
[<DataMemberAttribute>]
member InnerFault : OrganizationServiceFault with get, set
<DataMemberAttribute>
Public Property InnerFault As OrganizationServiceFault
Property Value
Type: Microsoft.Xrm.Sdk.OrganizationServiceFault
Type: OrganizationServiceFault
The fault instance that caused the current fault.
See Also
OrganizationServiceFault Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright