AsposeArgumentOutOfRangeExceptionMessage Property |
Gets a message that describes the current exception.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public 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
Property Value
Type:
StringImplements
_ExceptionMessageSee Also