Class ParseTreeTraversalException
Exception thrown when an error occurs during parse tree traversal.
Inheritance
System.Object
ParseTreeTraversalException
Namespace: MESL.SqlRace.Domain.Functions.Fdl
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class ParseTreeTraversalException : Exception
Constructors
ParseTreeTraversalException(String)
Initializes a new instance of the ParseTreeTraversalException class with a specified error message.
Declaration
public ParseTreeTraversalException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The message that describes the error. |