DevForce Help Reference
ErrorNotificationMode Property (VerifierOptions)


Gets or sets whether a verification error should be thrown as an exception or raised via the System.ComponentModel.INotifyDataErrorInfo mechanism.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ErrorNotificationMode As VerifierErrorNotificationMode
'Usage
 
Dim instance As VerifierOptions
Dim value As VerifierErrorNotificationMode
 
instance.ErrorNotificationMode = value
 
value = instance.ErrorNotificationMode
[DataMember()]
public VerifierErrorNotificationMode ErrorNotificationMode {get; set;}
Remarks
The default is VerifierErrorNotificationMode.Notify.
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

VerifierOptions Class
VerifierOptions Members

Send Feedback