[This is preliminary documentation and is subject to change.]

Exception thrown when there was an exception while populating DayViewItem's properties from data item

Namespace: Tools.Experimental
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class PopulateException : ArgumentException
Visual Basic
Public Class PopulateException _
	Inherits ArgumentException
Visual C++
public ref class PopulateException : public ArgumentException
F#
type PopulateException =  
    class
        inherit ArgumentException
    end
JScript
public class PopulateException extends ArgumentException

Remarks

ParamName contains name of DayView's property which's population caused the exception. Exception could be caused either by setter of this property or by getter of corresponding property of data item.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System..::..ArgumentException
        Tools.Experimental..::..DayViewItem..::..PopulateException

See Also