C# Класс Cryptid.Exceptions.DataSegmentOverflowException

This exception is to be thrown when an attempt is made to store too much data in a DataSegment.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
DataSegmentOverflowException ( ) : System
DataSegmentOverflowException ( string message ) : System
DataSegmentOverflowException ( string message, Exception inner ) : System

Описание методов

DataSegmentOverflowException() публичный Метод

public DataSegmentOverflowException ( ) : System
Результат System

DataSegmentOverflowException() публичный Метод

public DataSegmentOverflowException ( string message ) : System
message string
Результат System

DataSegmentOverflowException() публичный Метод

public DataSegmentOverflowException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System