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
Afficher le fichier Open project: CryptidID/Cryptid

Méthodes publiques

Méthode Description
DataSegmentOverflowException ( ) : System
DataSegmentOverflowException ( string message ) : System
DataSegmentOverflowException ( string message, Exception inner ) : System

Method Details

DataSegmentOverflowException() public méthode

public DataSegmentOverflowException ( ) : System
Résultat System

DataSegmentOverflowException() public méthode

public DataSegmentOverflowException ( string message ) : System
message string
Résultat System

DataSegmentOverflowException() public méthode

public DataSegmentOverflowException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System