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
stringlocation
TokenLocationmessage
stringhelpText
stringinnerException
Exception
Properties
ErrorCode
public string ErrorCode { get; }
Property Value
HelpText
public string HelpText { get; }
Property Value
Location
public TokenLocation? Location { get; }