ArgumentHelper..::..AssertNotEmptyNotNullAndLength Method
Ensures that arg is not null. If it is, an ArgumentNullException is thrown.
If it is an empty string an ArgumentNullException is thrown.
If it is greater than max length an ArgumentOutOfRangeException is thrown.
Namespace:
AdvantageCMS.Core.Common.SitemapGeneratorAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)