OpenApiValidatorError(String, String, String) 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.
Initializes the OpenApiError class.
public OpenApiValidatorError (string ruleName, string pointer, string message);
new Microsoft.OpenApi.Validations.OpenApiValidatorError : string * string * string -> Microsoft.OpenApi.Validations.OpenApiValidatorError
Public Sub New (ruleName As String, pointer As String, message As String)
Parameters
- ruleName
- String
- pointer
- String
- message
- String