Skip to main content
Version: 2.13.14

Humanizer.NoMatchFoundException

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