ClassErrorDataProvider
Class
Error data object used in all Designer exceptions.
Definition
Namespace:ArtOfTest.Common.Design.Exceptions
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ErrorDataProvider : IErrorDataProvider
Inheritance: objectErrorDataProvider
Implements:
Constructors
Properties
Keys
Get all keys list
this[string]
Get an object
Methods
Get(string)
Get an object
Get<T>(string)
Get a strongly-typed object.
Declaration
cs-api-definition
public virtual T Get<T>(string key)
Parameters
key
The key
Returns
T
The object
Implements
Set(string, object)
Set an object