Table of Contents

Method ThrowForUnsupported

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ThrowForUnsupported(bool)

Throw exception when not supported. (当不支持时抛出异常).

public static void ThrowForUnsupported(bool noStrict = false)

Parameters

noStrict bool

No strict check(不严格检查). When it is true, it will allow for incomplete matches, but the ability to run (当它为true时, 会允许不完全匹配, 但能够运行的)

Exceptions

NotSupportedException

If GetIsSupported(bool) return false.