←Select platform

Message Property

Summary

Message that describes the current exception.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly