On exp.ResultColor = resultColor, you are getting an error on resultColor that says, "cannot implicitly convert type string to System.Drawing.Color." This error is related to:
a) Type mismatch
b) Syntax error
c) Run-time error
d) Logical error