ScriptExceptionMessage Property  | 
 
            Gets a message that describes the current exception.
            
 
    Namespace: 
   Dundas.BI.Scripting
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic override string Message { get; }Public Overrides ReadOnly Property Message As String
	Get
public:
virtual property String^ Message {
	String^ get () override;
}abstract Message : string with get
override Message : string with get
Return Value
Type: 
StringThe error message that explains the reason for the exception, or an empty string.
See Also