Click or drag to resize
SerializationReaderReadType Method (Boolean)
Returns a Type or null from the stream. Throws an exception if the Type cannot be found and throwOnError is true.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Type ReadType(
	bool throwOnError
)

Parameters

throwOnError
Type: SystemBoolean

Return Value

Type: Type
A Type instance.
See Also