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(SerializationInfo, StreamingContext)
Initialises a new instance of the FdlSharpSyntaxErrorException class.
Declaration
protected FdlSharpSyntaxErrorException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
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. |