Click or drag to resize

NotImplementedByException Constructor

Initializes a new instance of the NotImplementedByException class.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public NotImplementedByException(
	Type type
)

Parameters

type
Type: SystemType
The type of the class that throws this exception.
See Also