Namespace: Rx.Net – Class: RxException – Assembly: Rx.Net.Mixed

RxException.GetException Method

C#
public Net.RxException GetException(System.Guid xGUID)

Query if this exception or one of its inner exceptions contains an exception of the given GUID and return the first one.

Parameters

[System.Guid] xGUID

[in] The GUID of the exception to look for.

Returns

Net.RxException

This exception or one of its inner exceptions of the given GUID.