|   | ErrorLoggerScopeTextMethod Property | 
        
        
            Gets or sets the Delegate that provides text stating what is going to happen as a result 
            of the Exception.
            
        
        Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Func<string> ScopeTextMethod { get; set; }<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ScopeTextMethod As Func(Of String)
	Get
	Set
public:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Func<String^>^ ScopeTextMethod {
	Func<String^>^ get ();
	void set (Func<String^>^ value);
}[<BrowsableAttribute(false)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
member ScopeTextMethod : Func<string> with get, set
function get_ScopeTextMethod();
function set_ScopeTextMethod(value);
Property Value
FuncString Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The value being assigned is null. | 
 Example
Example
            Sample text:
            
The action you requested was not performed.
 See Also
See Also