GeneralCMSException Constructor (String, String) |
Constructor.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public GeneralCMSException(
string method,
string message
)
Parameters
- method
- Type: SystemString
Method which caused threw the exception - message
- Type: SystemString
Exception message
See Also