Click or drag to resize

PropertyInvalidExceptionMessage Property

Gets a message that describes the current exception.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override string Message { get; }

Return Value

Type: String
The error message that explains the reason for the exception, or an empty string("").

Implements

_ExceptionMessage
See Also