←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly