Class ReferenceResolutionException
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
messagestringThe error message.
ReferenceResolutionException(string, Exception)
Initializes a new instance of the ReferenceResolutionException class.
public ReferenceResolutionException(string message, Exception innerException)