QuickOPC User's Guide and Reference
UABrowsePathFormatException Constructor(IStringParsingError,String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.Parsing Namespace > UABrowsePathFormatException Class > UABrowsePathFormatException Constructor : UABrowsePathFormatException Constructor(IStringParsingError,String)
The error cause.
The browse path string to be parsed.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal formatError As IStringParsingError, _
   ByVal s As String _
)
'Usage
 
Dim formatError As IStringParsingError
Dim s As String
 
Dim instance As New UABrowsePathFormatException(formatError, s)
public UABrowsePathFormatException( 
   IStringParsingError formatError,
   string s
)
public:
UABrowsePathFormatException( 
   IStringParsingError^ formatError,
   String^ s
)

Parameters

formatError
The error cause.
s
The browse path string to be parsed.
Remarks
The formatError is converted to a corresponding message.
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