public constructor NotEnoughSpaceException.NotEnoughSpaceException

Brief

A constructor.

Declaration
C#
  NotEnoughSpaceException (string message)

Parameters
message

The error message.

Declared in NotEnoughSpaceException

back