Accelist.FluentValidation.Blazor.UnhandledValidationException.UnhandledValidationException C# (CSharp) Метод

UnhandledValidationException() публичный Метод

Constructs an instance of UnhandledValidationException
public UnhandledValidationException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System
        public UnhandledValidationException(string message, Exception innerException) : base(message, innerException)
        {
        }
    }
UnhandledValidationException