Message Property
Summary
(Read only) Gets the error message.
Syntax
[DataMemberAttribute(Name="message")]
public string Message { get; }
[DataMemberAttribute("message")]
public:
property String^ Message {
String^ get();
}
Property Value
The error message.