ProtocolPeerExceptionGetInternalDataT Method |
Get additional data associated with the error.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic 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:
TThe data value or the
defaultValue
See Also