```
ti = pykd.typeInfo("UInt8B")
if ti == None:
pass
TypeException: UInt8B : this type is not a constant and has not a value
```
ti = pykd.typeInfo("UInt8B")
if ti == None:
pass
TypeException: UInt8B : this type is not a constant and has not a value
```