Class InvalidConfigurationException
- Namespace
- JsonApiDotNetCore.Errors
- Assembly
- JsonApiDotNetCore.dll
The error that is thrown when configured usage of this library is invalid.
[PublicAPI]
public sealed class InvalidConfigurationException : Exception, ISerializable
- Inheritance
-
InvalidConfigurationException
- Implements
- Inherited Members
Constructors
InvalidConfigurationException(string, Exception?)
The error that is thrown when configured usage of this library is invalid.
public InvalidConfigurationException(string message, Exception? innerException = null)