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
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

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

Method Details

NextFrameUnblockedException() public method

public NextFrameUnblockedException ( ) : System
return System

NextFrameUnblockedException() public method

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

NextFrameUnblockedException() public method

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