Accelist.FluentValidation.Blazor.UnhandledValidationException.UnhandledValidationException C# (CSharp) Method

UnhandledValidationException() public method

Constructs an instance of UnhandledValidationException
public UnhandledValidationException ( string message, Exception innerException ) : System
message string
innerException Exception
return System
        public UnhandledValidationException(string message, Exception innerException) : base(message, innerException)
        {
        }
    }
UnhandledValidationException