RequiredAttributeMissingException Constructors
An exception that is thrown when an attribute with the specified name cannot be found for a specific property.| Name | Parameters | Description |
|---|---|---|
| RequiredAttributeMissingException(String, String) | propertyName, attributeName | Initializes a new instance of the RequiredAttributeMissingException class. |
See Also