Opc.Ua.Core
ThrowOnError Property



Opc.Ua.Test Namespace > DataComparer Class : ThrowOnError Property
Gets or set a flag indicating whether an exception should be thrown on error.
Syntax
'Declaration
 
Public Property ThrowOnError As Boolean
'Usage
 
Dim instance As DataComparer
Dim value As Boolean
 
instance.ThrowOnError = value
 
value = instance.ThrowOnError
public bool ThrowOnError {get; set;}
public:
property bool ThrowOnError {
   bool get();
   void set (    bool 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

DataComparer Class
DataComparer Members