IndexingContextCommandException Constructor (String, Exception, Nullable Boolean )Ankiro Enterprise Suite Reference Documentation
Initializes a new instance of the IndexingContextCommandException class

Namespace: Ankiro.SearchServer.Data.IndexingContext
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IndexingContextCommandException(
	string message,
	Exception exception,
	Nullable<bool> fatal
)

Parameters

message
Type: System String
exception
Type: System Exception
fatal
Type: System Nullable Boolean 
See Also