←Select platform

ErrorMessage Property

Summary

Gets or sets a message that describes the current exception.

Syntax

C#
VB
C++
[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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.