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

RxException.RxException Constructor

C#
public RxException(string sMsg, string sFile, string sFunc, int iLine)

Default constructor.

Parameters

[string] sMsg

[in] The exception message.

[string] sFile

[in] The file name of the exception location.

[string] sFunc

[in] The function name of the exception location.

[int] iLine

The source code line of the exception location.