QuickOPC User's Guide and Reference
FormatError Property (_BrowsePathFormatException)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing.ComTypes Namespace > _BrowsePathFormatException Interface : FormatError Property
The error cause.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property FormatError As StringParsingError
'Usage
 
Dim instance As _BrowsePathFormatException
Dim value As StringParsingError
 
value = instance.FormatError
[NotNull()]
StringParsingError FormatError {get;}
[NotNull()]
property StringParsingError^ FormatError {
   StringParsingError^ 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