←Select platform

Message Property

Summary

Message that describes the current exception.

Syntax
C#
VB
C++
Java
public override string Message { get; } 
Public Overrides ReadOnly Property Message() As String 
   Get 
public:  
   virtual property String^ Message 
   { 
      String^ get() override 
   } 
@Override 
public String getMessage() 

Property Value

A message that describes the current exception.

Remarks

For more information, refer to System.Exception.Message.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.