Click or drag to resize

AddInCustomErrorMessage Property

Gets the message of a custom load error. Used only when AddInAction is set to CustomError. Settings this property to a non-null value causes Enabled to be set to false and Action to be set to AddInAction.CustomError.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? CustomErrorMessage { get; }

Property Value

String
See Also