ErrorMessage Property
Summary
Gets or sets a message that describes the current exception.
Syntax
[DataMemberAttribute(Name="ErrorMessage", IsRequired=true)]
public string ErrorMessage { get; set; }
Public Property ErrorMessage As String
public:
property String^ ErrorMessage {
String^ get();
void set ( String^ );
}
Property Value
The error message that explains the reason for the exception. This can also be an empty string("") if no message was specified.