Click or drag to resize

ProtocolPeerExceptionSetInternalData Method (Type, Object)

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(
	Type t,
	Object? value
)

Parameters

t
Type: SystemType

[Missing <param name="t"/> documentation for "M:Demo3D.IO.ProtocolPeerException.SetInternalData(System.Type,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Demo3D.IO.ProtocolPeerException.SetInternalData(System.Type,System.Object)"]

See Also