Click or drag to resize

NetExceptionAssert Method (Boolean)

Throws an exception, in DEBUG only, if first parameter is false

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Assert(
	bool isOk
)

Parameters

isOk
Type: SystemBoolean
See Also