IConnectorGetExceptionHistory Method |
Returns an array of the last so-many exceptions encountered by the connector. Exactly
how many is undefined, but it can be more than one and will never exceed
CountExceptions.
Always returns the most recent set of exceptions.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax TimestampedException[] GetExceptionHistory()
Function GetExceptionHistory As TimestampedException()
array<TimestampedException^>^ GetExceptionHistory()
abstract GetExceptionHistory : unit -> TimestampedException[]
Return Value
Type:
TimestampedExceptionSee Also