C# Class NewTOAPIA.Net.Rtp.NextFrameUnblockedException

This exception is thrown when the NextFrame method is unblocked from a manual call or the Dispose method.
Inheritance: RtpException
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

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

Method Details

NextFrameUnblockedException() public méthode

public NextFrameUnblockedException ( ) : System
Résultat System

NextFrameUnblockedException() public méthode

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

NextFrameUnblockedException() public méthode

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