Click or drag to resize

ProtocolPeerExceptionSetInternalDataT Method (T)

Set additional data associated with the error.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public void SetInternalData<T>(
	T value
)

Parameters

value
Type: T

[Missing <param name="value"/> documentation for "M:Demo3D.IO.ProtocolPeerException.SetInternalData``1(``0)"]

Type Parameters

T

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

See Also