Click or drag to resize

RewriteEarlyExitException Constructor (String, String, Exception)

Initializes a new instance of the RewriteEarlyExitException class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public RewriteEarlyExitException(
	string message,
	string elementDescription,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.RewriteEarlyExitException.#ctor(System.String,System.String,System.Exception)"]

elementDescription
Type: SystemString

[Missing <param name="elementDescription"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.RewriteEarlyExitException.#ctor(System.String,System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.RewriteEarlyExitException.#ctor(System.String,System.String,System.Exception)"]

See Also