OpenApiReferenceError Class
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.
public class OpenApiReferenceError : Microsoft.OpenApi.Models.OpenApiError
type OpenApiReferenceError = class
inherit OpenApiError
Public Class OpenApiReferenceError
Inherits OpenApiError
- Inheritance
Constructors
| OpenApiReferenceError(OpenApiException) |
Initializes the OpenApiError class using the message and pointer from the given exception. |
| OpenApiReferenceError(OpenApiReference, String) | |
Properties
| Message |
Message explaining the error. (Inherited from OpenApiError) |
| Pointer |
Pointer to the location of the error. (Inherited from OpenApiError) |
Methods
| ToString() |
Gets the string representation of OpenApiError. (Inherited from OpenApiError) |