OpenApiUnsupportedSpecVersionException Constructors
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.
Overloads
OpenApiUnsupportedSpecVersionException(String) | |
OpenApiUnsupportedSpecVersionException(String, Exception) |
OpenApiUnsupportedSpecVersionException(String)
public OpenApiUnsupportedSpecVersionException(string specificationVersion);
new Microsoft.OpenApi.Readers.Exceptions.OpenApiUnsupportedSpecVersionException : string -> Microsoft.OpenApi.Readers.Exceptions.OpenApiUnsupportedSpecVersionException
Public Sub New (specificationVersion As String)
Parameters
- specificationVersion
- String
Applies to
OpenApiUnsupportedSpecVersionException(String, Exception)
public OpenApiUnsupportedSpecVersionException(string specificationVersion, Exception innerException);
new Microsoft.OpenApi.Readers.Exceptions.OpenApiUnsupportedSpecVersionException : string * Exception -> Microsoft.OpenApi.Readers.Exceptions.OpenApiUnsupportedSpecVersionException
Public Sub New (specificationVersion As String, innerException As Exception)
Parameters
- specificationVersion
- String
- innerException
- Exception