Table of Contents

Class ReferenceResolutionException

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Thrown when an OpenAPI document contains a $ref that Refitter refuses to resolve, such as a remote reference (when remote references are disabled) or a local reference that escapes the input document's directory tree.

public sealed class ReferenceResolutionException : Exception, ISerializable
Inheritance
ReferenceResolutionException
Implements
Inherited Members

Constructors

ReferenceResolutionException(string)

Initializes a new instance of the ReferenceResolutionException class.

public ReferenceResolutionException(string message)

Parameters

message string

The error message.

ReferenceResolutionException(string, Exception)

Initializes a new instance of the ReferenceResolutionException class.

public ReferenceResolutionException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.