C# Class Gammtek.Conduit.IO.BufferAcquisitionException

Exception thrown to indicate that a buffer of the desired size cannot be acquired.
Inheritance: System.Exception
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
BufferAcquisitionException ( string message ) : System

Creates an instance of this class with the given message.

Method Details

BufferAcquisitionException() public method

Creates an instance of this class with the given message.
public BufferAcquisitionException ( string message ) : System
message string
return System