Class EditorTypeErrorAttribute
Define an error message for cases where the data given cannot be stored in parameter type.
Inheritance
System.Object
EditorTypeErrorAttribute
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class EditorTypeErrorAttribute : Attribute
Constructors
| Improve this Doc View SourceEditorTypeErrorAttribute(String)
Constructor for a field attribute defining an error message
Declaration
public EditorTypeErrorAttribute(string msg)
Parameters
Type | Name | Description |
---|---|---|
System. |
msg | Error message |
Properties
| Improve this Doc View SourceMsg
Error message
Declaration
public string Msg { get; set; }
Property Value
Type | Description |
---|---|
System. |