C# Класс Gammtek.Conduit.IO.BufferAcquisitionException

Exception thrown to indicate that a buffer of the desired size cannot be acquired.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
BufferAcquisitionException ( string message ) : System

Creates an instance of this class with the given message.

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

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

Creates an instance of this class with the given message.
public BufferAcquisitionException ( string message ) : System
message string
Результат System