'DeclarationPublic Function New( _ ByVal message As String, _ ByVal formatError As IStringParsingError _ )
'UsageDim message As String Dim formatError As IStringParsingError Dim instance As New BrowsePathFormatException(message, formatError)
public BrowsePathFormatException( string message, IStringParsingError formatError )
public: BrowsePathFormatException( String^ message, IStringParsingError^ formatError )
Parameters
- message
 - The message that describes the error.
 - formatError
 - The error cause.