18 references to DataMisalignedException
Microsoft.AspNetCore.Mvc.Core.Test (4)
Infrastructure\ControllerActionInvokerTest.cs (4)
562
var exception = new
DataMisalignedException
();
605
var exception = new
DataMisalignedException
();
730
var expected = new
DataMisalignedException
();
769
var expected = new
DataMisalignedException
();
Microsoft.AspNetCore.Mvc.Core.TestCommon (9)
CommonResourceInvokerTest.cs (9)
956
var exception = new
DataMisalignedException
();
989
var exception = new
DataMisalignedException
();
1034
var exception = new
DataMisalignedException
();
1077
var exception = new
DataMisalignedException
();
1120
var exception = new
DataMisalignedException
();
1345
var expected = new
DataMisalignedException
();
1414
var expected = new
DataMisalignedException
();
1450
var expected = new
DataMisalignedException
();
1486
var expected = new
DataMisalignedException
();
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\PageActionInvokerTest.cs (4)
1085
var exception = new
DataMisalignedException
();
1130
var exception = new
DataMisalignedException
();
1259
var expected = new
DataMisalignedException
();
1299
var expected = new
DataMisalignedException
();
System.Private.CoreLib (1)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
321
ExceptionIDs.DataMisaligned => new
DataMisalignedException
(),