Show / Hide Table of Contents

Class FdlSharpSyntaxErrorException

This exception is specifically defined for FDL syntax error.

Inheritance
System.Object
FdlSharpSyntaxErrorException
Namespace: MESL.SqlRace.Domain.VirtualParameters.FDLLanguageConverter
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FdlSharpSyntaxErrorException : Exception

Constructors

FdlSharpSyntaxErrorException()

Initialises a new instance of the FdlSharpSyntaxErrorException class.

Declaration
public FdlSharpSyntaxErrorException()

FdlSharpSyntaxErrorException(String)

Initialises a new instance of the FdlSharpSyntaxErrorException class.

Declaration
public FdlSharpSyntaxErrorException(string message)
Parameters
Type Name Description
System.String message

The message that describes the error.

FdlSharpSyntaxErrorException(String, Exception)

Initialises a new instance of the FdlSharpSyntaxErrorException class.

Declaration
public FdlSharpSyntaxErrorException(string message, Exception inner)
Parameters
Type Name Description
System.String message

The message.

System.Exception inner

The inner.

Back to top Generated by DocFX