Click or drag to resize

UrlParseException Constructor

Constructs a new instance of UrlParseException with a specific message.

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

Parameters

message
Type: SystemString
Parsing error description.
See Also