PropertiesParseException.this

Constructs a parse exception.

class PropertiesParseException
this
(
string filename
,,
string message
)

Parameters

filename string

The name of the file which gave a parse exception.

lineNumber uint

The line number of the error, or -1 if none.

message string

The error message.

Meta