19 instantiations of 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();
Microsoft.ML.TorchSharp (1)
Roberta\QATrainer.cs (1)
494throw new DataMisalignedException("unmatched!");
System.Private.CoreLib (1)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
321ExceptionIDs.DataMisaligned => new DataMisalignedException(),
26 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 (15)
CommonResourceInvokerTest.cs (15)
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(); 1438var exception = await Assert.ThrowsAsync<DataMisalignedException>(invoker.InvokeAsync); 1450var expected = new DataMisalignedException(); 1474var exception = await Assert.ThrowsAsync<DataMisalignedException>(invoker.InvokeAsync); 1486var expected = new DataMisalignedException(); 1510var exception = await Assert.ThrowsAsync<DataMisalignedException>(invoker.InvokeAsync);
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();
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
140[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DataMisalignedException))]
netstandard (1)
netstandard.cs (1)
610[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DataMisalignedException))]
System.Runtime.InteropServices (1)
artifacts\obj\System.Runtime.InteropServices\Debug\net10.0\System.Runtime.InteropServices.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DataMisalignedException))]