Click or drag to resize
CMSHttpContextThrowExceptionWhenNull Property
Gets or sets whether exception should be thrown if CMSHttpContext.Current is null.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool ThrowExceptionWhenNull { get; set; }

Property Value

Type: Boolean
See Also