Method | Description | |
---|---|---|
SipException ( StatusCode code, string errMsg ) : System |
Initializes a new instance of the SipException class.
|
|
SipException ( StatusCode code, string errMsg, |
Initializes a new instance of the SipException class.
|
public SipException ( StatusCode code, string errMsg ) : System | ||
code | StatusCode | SIP status code. |
errMsg | string | Why exception was thrown. |
return | System |
public SipException ( StatusCode code, string errMsg, |
||
code | StatusCode | SIP status code. |
errMsg | string | Why exception was thrown. |
inner | Inner exception. | |
return | System |