Intersoft ClientUI Documentation
ExceptionInfo Property



Gets or sets the exception info.
Syntax
Public Property ExceptionInfo As Nullable(Of Integer)
Dim instance As UXScheduleViewEventModel
Dim value As Nullable(Of Integer)
 
instance.ExceptionInfo = value
 
value = instance.ExceptionInfo
public Nullable<int> ExceptionInfo {get; set;}
public:
property Nullable<int> ExceptionInfo {
   Nullable<int> get();
   void set (    Nullable<int> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXScheduleViewEventModel Class
UXScheduleViewEventModel Members

Send Feedback