Method ThrowNewUnsupported
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
ThrowNewUnsupported(string)
Throw new NotSupportedException exception. (抛出新的 NotSupportedException 异常).
public static void ThrowNewUnsupported(string title)
Parameters
title
stringThe title (标题).
Exceptions
- NotSupportedException
Alway thrown exception (总是抛出此异常).