Class SecureWebPageSectionException

The exception thrown for any errors while reading the secureWebPages section of a configuration file.

Inheritance
System.Object
SecureWebPageSectionException
Namespace: Mediachase.Commerce.Website.Ssl
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class SecureWebPageSectionException : ConfigurationErrorsException

Constructors

SecureWebPageSectionException()

Intializes an instance of this exception.

Declaration
public SecureWebPageSectionException()

SecureWebPageSectionException(String, XmlNode)

Initializes an instance of this exception with specified parameters.

Declaration
public SecureWebPageSectionException(string message, XmlNode node)
Parameters
Type Name Description
System.String message

The message to display to the client when the exception is thrown.

System.Xml.XmlNode node

The XmlNode that contains the error.