Click or drag to resize

MismatchedRangeException Constructor (String, Exception)

Initializes a new instance of the MismatchedRangeException class

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

Parameters

message
Type: SystemString

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

innerException
Type: SystemException

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

See Also