ThreadRequiredContextAttribute Constructor |
Namespace: CMS.Base
public ThreadRequiredContextAttribute( Type markedType )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when markedType is not set. |
ArgumentException | Thrown when markedType is not implementing IContextContainer. |