C# 클래스 Microsoft.AspNetCore.Razor.Test.ExceptionHelpers

파일 보기 프로젝트 열기: lodejard/AllNetCore

공개 메소드들

메소드 설명
ValidateArgumentException ( string parameterName, string expectedMessage, ArgumentException exception ) : void

메소드 상세

ValidateArgumentException() 공개 정적인 메소드

public static ValidateArgumentException ( string parameterName, string expectedMessage, ArgumentException exception ) : void
parameterName string
expectedMessage string
exception ArgumentException
리턴 void