C# Class Accelist.FluentValidation.Blazor.UnhandledValidationException

Describes an unhandled exception which occurs during validation.
Inheritance: Exception
Datei anzeigen Open project: pablopioli/FluentValidation.Blazor

Public Methods

Method Description
UnhandledValidationException ( string message, Exception innerException ) : System

Constructs an instance of UnhandledValidationException

Method Details

UnhandledValidationException() public method

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