3 instantiations of DataMisalignedException
Microsoft.ML.TorchSharp (1)
Roberta\QATrainer.cs (1)
494
throw new
DataMisalignedException
("unmatched!");
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
761
return new System.
DataMisalignedException
();
System\RuntimeExceptionHelpers.cs (1)
115
return 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
))]