←Select platform

ErrorMessage Property

Summary

Gets 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, or an empty string("").

Example

For an example, refer to RasterFault.

Requirements

Target Platforms

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