Keyoti SearchUnit API Docs
KeyotiFatalException Constructor (message, innerException)
API DocumentationKeyoti.SearchEngineKeyotiFatalExceptionKeyotiFatalException(String, Exception)
Keyoti SearchUnit v6
Creates a new fatal exception
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public KeyotiFatalException(
	string message,
	Exception innerException
)
public KeyotiFatalException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
public:
KeyotiFatalException(
	String^ message, 
	Exception^ innerException
)
public:
KeyotiFatalException(
	String^ message, 
	Exception^ innerException
)
new : 
        message : string * 
        innerException : Exception -> KeyotiFatalException
new : 
        message : string * 
        innerException : Exception -> KeyotiFatalException
Parameters
message (String)
innerException (Exception)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120