C# 클래스 Accelist.FluentValidation.Blazor.UnhandledValidationException

Describes an unhandled exception which occurs during validation.
상속: Exception
파일 보기 프로젝트 열기: pablopioli/FluentValidation.Blazor

공개 메소드들

메소드 설명
UnhandledValidationException ( string message, Exception innerException ) : System

Constructs an instance of UnhandledValidationException

메소드 상세

UnhandledValidationException() 공개 메소드

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