Table of Contents

Class InfoObjectException

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Base class for the exceptions on the info objects.

public class InfoObjectException : Exception
Inheritance
object
Exception
InfoObjectException
Derived
Extension Methods

Constructors

InfoObjectException(GeneralizedInfo, string)

Constructor.

public InfoObjectException(GeneralizedInfo obj, string message)

Parameters

obj GeneralizedInfo

Object to which the exception relates

message string

Message

Properties

Object

Object to which the exception relates.

public GeneralizedInfo Object { get; set; }

Property Value

GeneralizedInfo