Exception thrown when SimolClient is used with invalid combinations of configuration settings, item types, or custom attributes.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class SimolConfigurationException : SimolException
Visual Basic
Public Class SimolConfigurationException _
	Inherits SimolException
Visual C++
public ref class SimolConfigurationException : public SimolException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Simol..::..SimolException
      Simol..::..SimolConfigurationException

See Also