QuickOPC User's Guide and Reference
SelectionException Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > AutomaticValueControl Class : SelectionException Property
An exception yielded by the selection of the inner control according to requested traits.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public ReadOnly Property SelectionException As Exception
'Usage
 
Dim instance As AutomaticValueControl
Dim value As Exception
 
instance.SelectionException = value
 
value = instance.SelectionException
[CanBeNull()]
[DefaultValue("")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public Exception SelectionException {get;}
[CanBeNull()]
[DefaultValue("")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public:
property Exception^ SelectionException {
   Exception^ get();
}
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