Click or drag to resize

UrlParseException Class

Thrown if input connection string cannot not be parsed.
Inheritance Hierarchy
SystemObject
  SystemException
    SoftGear.Strix.Unity.RuntimeUrlParseException

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

The UrlParseException type exposes the following members.

Constructors
  NameDescription
Public methodUrlParseException
Constructs a new instance of UrlParseException with a specific message.
Top
See Also