BCGControlBar Library for .NET
PassExceptionUp Property




Gets or sets the value that indicates whether to handle a possible exception in place, or throw it up.
Syntax
'Declaration
 
Public Property PassExceptionUp As Boolean
'Usage
 
Dim instance As DataItemChangeEventArgs
Dim value As Boolean
 
instance.PassExceptionUp = value
 
value = instance.PassExceptionUp
public bool PassExceptionUp {get; set;}
public: __property bool get_PassExceptionUp();
public: __property void set_PassExceptionUp( 
   bool value
);
public:
property bool PassExceptionUp {
   bool get();
   void set (    bool value);
}
Remarks
An exception can be thrown during conversion of NewValue to the current item data.
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

DataItemChangeEventArgs Class
DataItemChangeEventArgs Members

Send Feedback