Create a new SetMemberException, without attaching anything.
Create a new SetMemberException, attaching extra set-member information.
Name of the member that was attempted to set.
Name of type that was attempted to set the member of.
String representation of the value that was attempted to assign.
Exception, to be thrown when setMemberByName fails for some given reason.
It is a normal Exception but with attached strings of the type name, name of member and the value that was attempted to set.