OpenApiUnsupportedSpecVersionException 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.
Defines an exception indicating OpenAPI Reader encountered an unsupported specification version while reading.
[System.Serializable]
public class OpenApiUnsupportedSpecVersionException : Exception
[<System.Serializable>]
type OpenApiUnsupportedSpecVersionException = class
inherit Exception
Public Class OpenApiUnsupportedSpecVersionException
Inherits Exception
- Inheritance
-
OpenApiUnsupportedSpecVersionException
- Attributes
Constructors
| Name | Description |
|---|---|
| OpenApiUnsupportedSpecVersionException(String, Exception) |
Initializes the OpenApiUnsupportedSpecVersionException class with a specification version and inner exception. |
| OpenApiUnsupportedSpecVersionException(String) |
Initializes the OpenApiUnsupportedSpecVersionException class with a specification version. |
Properties
| Name | Description |
|---|---|
| SpecificationVersion |
The unsupported specification version. |