Method ThrowForUnsupported
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
ThrowForUnsupported(bool, string)
Throw exception when hardware unsupported. (当硬件不支持时抛出异常).
[Obsolete("Please use ThrowNewUnsupported instead.")]
public static void ThrowForUnsupported(bool isSupported, string title)
Parameters
Exceptions
- NotSupportedException
Thrown when isSupported is false (当 isSupported 为false时抛出此异常).