Table of Contents

Class StepLangException

Namespace
StepLang
Assembly
StepLang.dll
public abstract class StepLangException : Exception, ISerializable
Inheritance
StepLangException
Implements
Derived
Inherited Members

Constructors

StepLangException(string, TokenLocation?, string, string, Exception?)

protected StepLangException(string errorCode, TokenLocation? location, string message, string helpText, Exception? innerException)

Parameters

errorCode string
location TokenLocation
message string
helpText string
innerException Exception

Properties

ErrorCode

public string ErrorCode { get; }

Property Value

string

HelpText

public string HelpText { get; }

Property Value

string

Location

public TokenLocation? Location { get; }

Property Value

TokenLocation