QuickOPC User's Guide and Reference
ErrorProvider Class
Members 



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace : ErrorProvider Class
Redirects Error extended property to standard error handling in WPF.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ProvidePropertyAttribute("Error", System.Object)>
<WpfToolboxItemAttribute("OpcLabs.BaseLib.Toolbox.BaseCommonToolboxItem, OpcLabs.BaseLibVS, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409")>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)>
<DesignerCategoryAttribute("Component")>
<SerializableAttribute()>
Public Class ErrorProvider 
   Inherits System.ComponentModel.Component
   Implements System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.IDisposable 
'Usage
 
Dim instance As ErrorProvider
[CLSCompliant(true)]
[ComVisible(false)]
[ProvideProperty("Error", System.Object)]
[WpfToolboxItem("OpcLabs.BaseLib.Toolbox.BaseCommonToolboxItem, OpcLabs.BaseLibVS, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[DesignerCategory("Component")]
[Serializable()]
public class ErrorProvider : System.ComponentModel.Component, System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.IDisposable  
[CLSCompliant(true)]
[ComVisible(false)]
[ProvideProperty("Error", System.Object)]
[WpfToolboxItem("OpcLabs.BaseLib.Toolbox.BaseCommonToolboxItem, OpcLabs.BaseLibVS, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[DesignerCategory("Component")]
[Serializable()]
public ref class ErrorProvider : public System.ComponentModel.Component, System.ComponentModel.IComponent, System.ComponentModel.IExtenderProvider, System.IDisposable  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         OpcLabs.BaseLib.Presentation.ComponentModel.ErrorProvider

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also