BaseServiceFault.ErrorDetails Property

 

Applies To: Dynamics CRM 2015

Gets or sets the details of the fault.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public ErrorDetailCollection ErrorDetails { get; set; }
public:
[DataMemberAttribute]
property ErrorDetailCollection^ ErrorDetails {
    ErrorDetailCollection^ get();
    void set(ErrorDetailCollection^ value);
}
[<DataMemberAttribute>]
member ErrorDetails : ErrorDetailCollection with get, set
<DataMemberAttribute>
Public Property ErrorDetails As ErrorDetailCollection

Property Value

Type: Microsoft.Xrm.Sdk.ErrorDetailCollection

Type: ErrorDetailCollection
The collection of details about the fault.

See Also

BaseServiceFault Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright