OPC Studio User's Guide and Reference
BrowsePathFormatException Constructor(IStringParsingError,String)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace > BrowsePathFormatException Class > BrowsePathFormatException Constructor : BrowsePathFormatException Constructor(IStringParsingError,String)
The error cause.

The value of this parameter cannot be null (Nothing in Visual Basic).

The browse path string to be parsed.

The value of this parameter cannot be null (Nothing in Visual Basic).

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 BrowsePathFormatException(formatError, s)
public BrowsePathFormatException( 
   IStringParsingError formatError,
   string s
)
public:
BrowsePathFormatException( 
   IStringParsingError^ formatError,
   String^ s
)

Parameters

formatError
The error cause.

The value of this parameter cannot be null (Nothing in Visual Basic).

s
The browse path string to be parsed.

The value of this parameter cannot be null (Nothing in Visual Basic).

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