C# 클래스 NewTOAPIA.Net.Rtp.NextFrameUnblockedException

This exception is thrown when the NextFrame method is unblocked from a manual call or the Dispose method.
상속: RtpException
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
NextFrameUnblockedException ( ) : System
NextFrameUnblockedException ( string message ) : System
NextFrameUnblockedException ( string message, Exception inner ) : System

메소드 상세

NextFrameUnblockedException() 공개 메소드

public NextFrameUnblockedException ( ) : System
리턴 System

NextFrameUnblockedException() 공개 메소드

public NextFrameUnblockedException ( string message ) : System
message string
리턴 System

NextFrameUnblockedException() 공개 메소드

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