Click or drag to resize

InvalidConfigException Constructor (String)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the InvalidConfigException class

Namespace:  MLAPI.Transports.UNET
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public InvalidConfigException(
	string issue
)
Request Example View Source

Parameters

issue
Type: SystemString
See Also