Class Error
- Namespace
- ToSic.Eav.DataSources
- Assembly
- ToSic.Eav.DataSources.dll
Internal DataSource to generate an error on purpose. This is to test / verify error handling in VisualQuery. See also VisualQuery 3: Debugging
[VisualQuery(NiceName = "Error DataSource", UiHint = "Generate an error - primarily for debugging", Icon = "warning", Type = DataSourceType.Debug, Audience = Audience.Advanced, NameId = "e19ee6c4-5209-4c3d-8ae1-f4cbcf875c0a")]
[PublicApi]
public class Error : DataSourceBase, IDataSource, IAppIdentity, IZoneIdentity, IAppIdentityLight, ICacheKey, ICacheExpiring, ITimestamped, IHasLog, IDataSourceLinkable
- Inheritance
-
Error
- Implements
- Inherited Members
Remarks
In advanced programming scenarios you can also use this DataSource instead of another one to provide a stream of errors.
Constructors
Error(MyServices)
Constructor to tell the system what out-streams we have. In this case it's just the "Default" containing a fake exception.
public Error(DataSourceBase.MyServices services)
Parameters
services
DataSourceBase.MyServices
Properties
Message
The error message. Defaults to "Demo message of the Error DataSource"
public string Message { get; set; }
Property Value
Title
The error title. Defaults to "Demo Error"
public string Title { get; set; }