C# Class Microsoft.AspNetCore.Razor.Test.ExceptionHelpers

Show file Open project: lodejard/AllNetCore

Public Methods

Method Description
ValidateArgumentException ( string parameterName, string expectedMessage, ArgumentException exception ) : void

Method Details

ValidateArgumentException() public static method

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