A Genetic Programming Framework for .NET

CompilationException Constructor (String)

Initializes a new instance of the CompilationException class with a specified error message.

public CompilationException(
   string message
);

Parameters

message
A message that describes the error.

Remarks

The content of the message parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

The following table shows the initial property values for an instance of CompilationException.

Property Value
CompilationErrors A null reference.
InnerException A null reference.
Message The specified message string.

See Also

CompilationException Class | GeneticProgrammingEngine.Internal Namespace | CompilationException Constructor Overload List