ODataUrlValidationMessage(String, String, Severity) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct an instance of an ODataUrlValidationMessage given a message code, message, and severity.
public ODataUrlValidationMessage (string code, string message, Microsoft.OData.UriParser.Validation.Severity severity);
new Microsoft.OData.UriParser.Validation.ODataUrlValidationMessage : string * string * Microsoft.OData.UriParser.Validation.Severity -> Microsoft.OData.UriParser.Validation.ODataUrlValidationMessage
Public Sub New (code As String, message As String, severity As Severity)
Parameters
- code
- String
The message code of the error.
- message
- String
The message.
- severity
- Severity
The severity of the message.