Click or drag to resize

CompilationException Constructor (String, Exception)

Namespace:  Data.Eval.Compilation
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public CompilationException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also