C# Класс SipSharp.SipException

Exception which can be sent back to client.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SipException ( StatusCode code, string errMsg ) : System

Initializes a new instance of the SipException class.

SipException ( StatusCode code, string errMsg, Exception inner ) : System

Initializes a new instance of the SipException class.

Описание методов

SipException() публичный Метод

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.
Результат System

SipException() публичный Метод

Initializes a new instance of the SipException class.
public SipException ( StatusCode code, string errMsg, Exception inner ) : System
code StatusCode SIP status code.
errMsg string Why exception was thrown.
inner System.Exception Inner exception.
Результат System