ResolveHandler.T..Description Property

Gets a description that is used in Exception messages to display what was tried to resolve.
If Description is null, the Type of the instance that is actually resolved is displayed.
If the instance that is actually resolved is also null, the type of T is displayed.

Namespace:  TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

protected virtual string Description { get; }

Property Value

Type: String

Reference

ResolveHandler.T. Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace