public static Attribute.ValidationError Create( string desc, Severity severity )
Public Shared Function Create( _ ByVal desc As String, _ ByVal severity As Severity _ ) As Attribute.ValidationError
Parameters
- desc
- Description of the error.
- severity
- Severity of the error.
Return Value
The new validation error.