C# Class NewTOAPIA.Net.Rtp.RtpException

This is the base exception from which all others inherit
Inheritance: System.ApplicationException
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
RtpException ( ) : System
RtpException ( string message ) : System
RtpException ( string message, Exception inner ) : System

Method Details

RtpException() public méthode

public RtpException ( ) : System
Résultat System

RtpException() public méthode

public RtpException ( string message ) : System
message string
Résultat System

RtpException() public méthode

public RtpException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System