AskiaPortalExceptionMessage Property |
Gets a message that describes the current exception.
Namespace:
AskiaPortalCmn.Exceptions
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public override string Message { get; }
Public Overrides ReadOnly Property Message As String
Get
public:
virtual property String^ Message {
String^ get () override;
}
Return Value
Type:
StringThe error message that explains the reason for the exception, or an empty string ("").
Implements
_ExceptionMessageSee Also