C# Class NewTOAPIA.Net.FrameIncompleteException

This exception is thrown when a chunk is incomplete but someone has asked for the data
Inheritance: System.ApplicationException
Show file Open project: Wiladams/NewTOAPIA

Public Methods

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

Method Details

FrameIncompleteException() public method

public FrameIncompleteException ( ) : System
return System

FrameIncompleteException() public method

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

FrameIncompleteException() public method

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