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

RxException.ToNative Static Method

C#
public static CRxException ToNative(System.Exception ex, String sFile, String sFunc, int iLine)

Converts an System::Exception to a CRxException.

Parameters

[System.Exception] ex

[in] The System::Exception.

[String] sFile

[in] The file.

[String] sFunc

[in] The function.

[int] iLine

The line.

Returns

CRxException

ex as a CRxException.