C# Class Library.Net.Connections.CrcErrorException

Inheritance: ConnectionException
Show file Open project: Alliance-Network/Library

Public Methods

Method Description
CrcErrorException ( ) : System
CrcErrorException ( string message ) : System
CrcErrorException ( string message, Exception innerException ) : System

Method Details

CrcErrorException() public method

public CrcErrorException ( ) : System
return System

CrcErrorException() public method

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

CrcErrorException() public method

public CrcErrorException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System