Class InfoObjectException
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Base class for the exceptions on the info objects.
public class InfoObjectException : Exception
- Inheritance
-
objectExceptionInfoObjectException
- Derived
- Extension Methods
Constructors
InfoObjectException(GeneralizedInfo, string)
Constructor.
public InfoObjectException(GeneralizedInfo obj, string message)
Parameters
objGeneralizedInfoObject to which the exception relates
messagestringMessage
Properties
Object
Object to which the exception relates.
public GeneralizedInfo Object { get; set; }