ErrorInfo.ErrorCode Property
Applies To: Dynamics CRM 2015
Gets or sets the reason for a scheduling failure.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public string ErrorCode { get; set; }
public:
[DataMemberAttribute]
property String^ ErrorCode {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member ErrorCode : string with get, set
<DataMemberAttribute>
Public Property ErrorCode As String
Property Value
Type: System.String
Type: String
The reason for a scheduling failure.
Remarks
This property is used in the TraceInfo class. For a list of possible error codes, see Web service error codes.
See Also
TraceInfo
ErrorInfo Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright