Click or drag to resize
ThreadRequiredContextAttribute Constructor
Creates new instance of ThreadRequiredContextAttribute.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public ThreadRequiredContextAttribute(
	Type markedType
)

Parameters

markedType
Type: SystemType
IContextContainer context type.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when markedType is not set.
ArgumentExceptionThrown when markedType is not implementing IContextContainer.
See Also