Click or drag to resize

ExceptionFactoryIndexDoesNotSupportClass Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.ExceptionFactory.IndexDoesNotSupportClass(System.String,System.Type)"]

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static InvalidOperationException IndexDoesNotSupportClass(
	string indexName,
	Type clazz
)

Parameters

indexName
Type: SystemString

[Missing <param name="indexName"/> documentation for "M:Frontenac.Blueprints.Util.ExceptionFactory.IndexDoesNotSupportClass(System.String,System.Type)"]

clazz
Type: SystemType

[Missing <param name="clazz"/> documentation for "M:Frontenac.Blueprints.Util.ExceptionFactory.IndexDoesNotSupportClass(System.String,System.Type)"]

Return Value

Type: InvalidOperationException

[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.ExceptionFactory.IndexDoesNotSupportClass(System.String,System.Type)"]

See Also