'DeclarationPublic Function New( _ ByVal formatError As IStringParsingError, _ ByVal s As String _ )
'UsageDim 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.