C# Class Cryptid.Exceptions.DataSegmentOverflowException

This exception is to be thrown when an attempt is made to store too much data in a DataSegment.
Inheritance: System.Exception
Mostra file Open project: CryptidID/Cryptid

Public Methods

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

Method Details

DataSegmentOverflowException() public method

public DataSegmentOverflowException ( ) : System
return System

DataSegmentOverflowException() public method

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

DataSegmentOverflowException() public method

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