Click or drag to resize

NetExceptionAssert Method (Boolean, String)

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,
	string message
)

Parameters

isOk
Type: SystemBoolean
message
Type: SystemString
See Also