public constructor InvalidSizeException.InvalidSizeException

Brief

A constructor with the error message.

Declaration
C#
  InvalidSizeException (string paramName, string message)

Parameters
paramName

The name of the parameter that caused the exception.

message

The error message.

Declared in InvalidSizeException

back