Click or drag to resize

ProtocolPeerExceptionGetInternalDataT Method

Get additional data associated with the error.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public T GetInternalData<T>(
	T defaultValue = null
)

Parameters

defaultValue (Optional)
Type: T
The default value to return.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.IO.ProtocolPeerException.GetInternalData``1(``0)"]

Return Value

Type: T
The data value or the defaultValue
See Also