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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes Namespace > _UABrowsePathFormatException Interface : FormatError Property
The error cause.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property FormatError As StringParsingError
'Usage
 
Dim instance As _UABrowsePathFormatException
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