Click or drag to resize
GeneralCMSException Constructor (String, String, Exception)
Constructor.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public GeneralCMSException(
	string method,
	string message,
	Exception innerException
)

Parameters

method
Type: SystemString
Method which caused threw the exception
message
Type: SystemString
Exception message
innerException
Type: SystemException
Exception that caused the current exception
See Also