Skip to content

@serenity-is/corelib / ArgumentNullException

Class: ArgumentNullException

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new ArgumentNullException(paramName, message?)

Parameters

Name Type
paramName string
message? string

Overrides

Exception.constructor

Defined in

src/q/system.ts:681

Properties

message

message: string

Inherited from

Exception.message

Defined in

../../../../../Users/volka/AppData/Local/pnpm/global/5/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es5.d.ts:1054


name

name: string

Inherited from

Exception.name

Defined in

../../../../../Users/volka/AppData/Local/pnpm/global/5/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es5.d.ts:1053


stack

Optional stack: string

Inherited from

Exception.stack

Defined in

../../../../../Users/volka/AppData/Local/pnpm/global/5/.pnpm/typescript@4.9.3/node_modules/typescript/lib/lib.es5.d.ts:1055