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