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.Object → System.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