C# Class NewTOAPIA.Net.Rtp.RtpException

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

Public Methods

Method Description
RtpException ( ) : System
RtpException ( string message ) : System
RtpException ( string message, Exception inner ) : System

Method Details

RtpException() public method

public RtpException ( ) : System
return System

RtpException() public method

public RtpException ( string message ) : System
message string
return System

RtpException() public method

public RtpException ( string message, Exception inner ) : System
message string
inner System.Exception
return System