public void AddError(
string propertyName,
string message
)
Public Sub AddError (
propertyName As String,
message As String
)
public:
void AddError(
String^ propertyName,
String^ message
)
member AddError :
propertyName : string *
message : string -> unit
NotSupportedException | This ValidationResultsCollection instance is read-only and cannot be modified. |