Click or drag to resize

RewriteEarlyExitException Constructor (String, String)

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
)

Parameters

message
Type: SystemString

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

elementDescription
Type: SystemString

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

See Also