C# 클래스 SipSharp.SipException

Exception which can be sent back to client.
상속: System.Exception
파일 보기 프로젝트 열기: jgauffin/SipSharp

공개 메소드들

메소드 설명
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