C# 클래스 SipSharp.Messages.ParseException

Parsing failed.
상속: System.Exception
파일 보기 프로젝트 열기: jgauffin/SipSharp

공개 메소드들

메소드 설명
ParseException ( string errMsg ) : System

Initializes a new instance of the ParseException class.

ParseException ( string errMsg, Exception inner ) : System

메소드 상세

ParseException() 공개 메소드

Initializes a new instance of the ParseException class.
public ParseException ( string errMsg ) : System
errMsg string The err MSG.
리턴 System

ParseException() 공개 메소드

public ParseException ( string errMsg, Exception inner ) : System
errMsg string
inner System.Exception
리턴 System