Table of Contents

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

isSupported bool

Is supported (是否支持).

title string

The title (标题).

Exceptions

NotSupportedException

Thrown when isSupported is false (当 isSupported 为false时抛出此异常).