'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.
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).