public constructor NotEnoughSpaceException.NotEnoughSpaceException

Brief

A constructor with the inner exception.

Declaration
C#
  NotEnoughSpaceException (string message, System.Exception innerException)

Parameters
message

The error message.

innerException

The inner exception.

Declared in NotEnoughSpaceException

back