C# 클래스 Gammtek.Conduit.IO.BufferAcquisitionException

Exception thrown to indicate that a buffer of the desired size cannot be acquired.
상속: System.Exception
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
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