This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Raises the config exception.

Namespace: Smartsite.Web.Commands.Configuration
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public static void RaiseConfigException(
	string message,
	params [] o
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub RaiseConfigException ( _
	message As , _
	ParamArray o As () _
)

Parameters

message
String
The message.
o
array<Object>[]()
The o.

See Also

Advanced