 | NLogDependencyResolveExceptionServiceType Property |
Typed we tried to resolve
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Type ServiceType { get; }Public ReadOnly Property ServiceType As Type
Get
Dim instance As NLogDependencyResolveException
Dim value As Type
value = instance.ServiceType
member ServiceType : Type with get
Property Value
Type:
Type
See Also