BplusDotNet.BufferFileException.BufferFileException C# (CSharp) Method

BufferFileException() public method

public BufferFileException ( string message ) : System
message string
return System
        public BufferFileException(string message)
            : base(message)
        {
            // do nothing extra
        }
BufferFileException