Show / Hide Table of Contents

Class EngineUnloadedException

Exception used to signal the engine has unloaded.

Inheritance
System.Object
EngineUnloadedException
Namespace: Reaqtor.QueryEngine
Assembly: Reaqtor.QueryEngine.dll
Syntax
public class EngineUnloadedException : InvalidOperationException

Constructors

EngineUnloadedException()

Creates a new instance of the EngineUnloadedException class.

Declaration
public EngineUnloadedException()

EngineUnloadedException(Exception)

Creates a new instance of the EngineUnloadedException class with the specified inner exception.

Declaration
public EngineUnloadedException(Exception innerException)
Parameters
Type Name Description
System.Exception innerException

Inner exception.

EngineUnloadedException(SerializationInfo, StreamingContext)

Creates a new instance of the EngineUnloadedException class from serialized state.

Declaration
protected EngineUnloadedException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

Serialization information to deserialize state from.

System.Runtime.Serialization.StreamingContext context

Streaming context to deserialize state from.

EngineUnloadedException(String)

Creates a new instance of the EngineUnloadedException class with the specified error message.

Declaration
public EngineUnloadedException(string message)
Parameters
Type Name Description
System.String message

Error message.

EngineUnloadedException(String, Exception)

Creates a new instance of the EngineUnloadedException class with the specified error message and inner exception.

Declaration
public EngineUnloadedException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

Error message.

System.Exception innerException

Inner exception.

In This Article
Back to top Generated by DocFX