Click or drag to resize

InvalidConnectionArgsException Class

Thrown when connection string cannot be validated.
Inheritance Hierarchy
SystemObject
  SystemException
    SoftGear.Strix.Unity.RuntimeInvalidConnectionArgsException

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

The InvalidConnectionArgsException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidConnectionArgsException
Constructs a new instance of InvalidConnectionArgsException with a specific message.
Top
See Also