C# Class Accelist.FluentValidation.Blazor.UnhandledValidationException

Describes an unhandled exception which occurs during validation.
Inheritance: Exception
Afficher le fichier Open project: pablopioli/FluentValidation.Blazor

Méthodes publiques

Méthode Description
UnhandledValidationException ( string message, Exception innerException ) : System

Constructs an instance of UnhandledValidationException

Method Details

UnhandledValidationException() public méthode

Constructs an instance of UnhandledValidationException
public UnhandledValidationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System