3 instantiations of DataMisalignedException
Microsoft.ML.TorchSharp (1)
Roberta\QATrainer.cs (1)
494throw new DataMisalignedException("unmatched!");
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
761return new System.DataMisalignedException();
System\RuntimeExceptionHelpers.cs (1)
115return new DataMisalignedException();
3 references to DataMisalignedException
mscorlib (1)
src\runtime\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)
src\runtime\artifacts\obj\System.Runtime.InteropServices\Release\net11.0\System.Runtime.InteropServices.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.DataMisalignedException))]