ExceptionFactoryIndexAlreadyExists Method  | 
 [Missing <summary> documentation for "M:Frontenac.Blueprints.Util.ExceptionFactory.IndexAlreadyExists(System.String)"]
 
    Namespace: 
   Frontenac.Blueprints.Util
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic static ArgumentException IndexAlreadyExists(
	string indexName
)
Public Shared Function IndexAlreadyExists ( 
	indexName As String
) As ArgumentException
public:
static ArgumentException^ IndexAlreadyExists(
	String^ indexName
)
static member IndexAlreadyExists : 
        indexName : string -> ArgumentException 
Parameters
- indexName
 - Type: SystemString
[Missing <param name="indexName"/> documentation for "M:Frontenac.Blueprints.Util.ExceptionFactory.IndexAlreadyExists(System.String)"]
 
Return Value
Type: 
ArgumentException[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.ExceptionFactory.IndexAlreadyExists(System.String)"]
See Also