Click or drag to resize

InvalidConnectionArgsException Constructor

Constructs a new instance of InvalidConnectionArgsException with a specific message.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public InvalidConnectionArgsException(
	string message
)

Parameters

message
Type: SystemString
Description of the validation failure.
See Also