C# Class SipSharp.Messages.ParseException

Parsing failed.
Inheritance: System.Exception
Exibir arquivo Open project: jgauffin/SipSharp

Public Methods

Method Description
ParseException ( string errMsg ) : System

Initializes a new instance of the ParseException class.

ParseException ( string errMsg, Exception inner ) : System

Method Details

ParseException() public method

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

ParseException() public method

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