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

RxException.HasException Method

C#
public bool HasException(System.Guid xGUID)

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

Parameters

[System.Guid] xGUID

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

Returns

bool

True if this exception or one of its inner exceptions contains an exception of the given GUID, false if not.