Table of Contents

Constructor TypeArgumentException

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

TypeArgumentException(string)

Initializes a new instance of TypeArgumentException with the given message.

public TypeArgumentException(string message)

Parameters

message string

A message that describes the error.

TypeArgumentException(string, string)

Initializes a new instance of TypeArgumentException for a specific type parameter.

public TypeArgumentException(string parameterName, string message)

Parameters

parameterName string

The name of the type parameter that caused the exception.

message string

A message that describes the error.