SdkErrorResponse.MessageDetails Property
Applies To: Dynamics Marketing
Gets or sets the detailed message about the error that occurred in the SDK service.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public virtual string MessageDetails { get; set; }
public:
[DataMemberAttribute]
property String^ MessageDetails {
virtual String^ get();
virtual void set(String^ value);
}
[<DataMemberAttribute>]
abstract MessageDetails : string with get, set
[<DataMemberAttribute>]
override MessageDetails : string with get, set
<DataMemberAttribute>
Public Overridable Property MessageDetails As String
Property Value
Type: System.String
Type: String
The error message.
See Also
SdkErrorResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages Namespace
Return to top