Humanizer.NoMatchFoundException.md

August 3, 2026 · View on GitHub

NoMatchFoundException Class

This is thrown on String.DehumanizeTo enum when the provided string cannot be mapped to the target enum

public class NoMatchFoundException : System.Exception

Inheritance System.ObjectSystem.Exception → NoMatchFoundException

Constructors

NoMatchFoundException() Constructor

public NoMatchFoundException();

NoMatchFoundException(string) Constructor

public NoMatchFoundException(string message);
Parameters

message System.String

NoMatchFoundException(string, Exception) Constructor

public NoMatchFoundException(string message, System.Exception inner);
Parameters

message System.String

inner System.Exception