Class Errors

Index

Methods

Methods

public static abstract(): Error

Returns

Error

public static argument(argument: string, message?: string): Error

Parameters

  • argument: string
  • message?: string optional

Returns

Error

public static argumentNull(argument: string): Error

Parameters

  • argument: string

Returns

Error

public static argumentOutOfRange(argument: string): Error

Parameters

  • argument: string

Returns

Error

public static invalidOperation(message?: string): Error

Parameters

  • message?: string optional

Returns

Error

public static notYetImplemented(): Error

Returns

Error