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
obj
GeneralizedInfoObject to which the exception relates
message
stringMessage
Properties
Object
Object to which the exception relates.
public GeneralizedInfo Object { get; set; }