|
ErrorLoggerActionTextMethod Property
|
Gets or sets the Delegate that provides text stating the action(s) that can be taken by
the end-user after an Exception is encountered.
Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Func<string> ActionTextMethod { get; set; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ActionTextMethod As Func(Of String)
Get
Set
public:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Func<String^>^ ActionTextMethod {
Func<String^>^ get ();
void set (Func<String^>^ value);
}
[<BrowsableAttribute(false)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
member ActionTextMethod : Func<string> with get, set
function get_ActionTextMethod();
function set_ActionTextMethod(value);
View SourceProperty Value
FuncString
ExceptionsException | Condition |
---|
ArgumentNullException | The value being assigned is null. |
Example
Sample text:
Close your browser, navigate back to the website, and try repeating you last action.
See Also