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