C# Class SipSharp.Messages.ParseException

Parsing failed.
Inheritance: System.Exception
Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
ParseException ( string errMsg ) : System

Initializes a new instance of the ParseException class.

ParseException ( string errMsg, Exception inner ) : System

Method Details

ParseException() public méthode

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

ParseException() public méthode

public ParseException ( string errMsg, Exception inner ) : System
errMsg string
inner System.Exception
Résultat System