C# (CSharp) Reinforced.Typings.Exceptions Namespace

Classes

Name Description
ErrorMessage
ErrorMessages This class contains all RT's error and siagnostic messages. Why didnt I use resources? I dont want to add one more .dll to RT's NuGet package. if localization will be required through issues then I will add one
RtException Base class for RT exception. All the RT exceptions will be provided to VisualStudio's errors tab
RtWarning Represents warning message that could be displayed during build. Warnings can be added to global warnings collection located at ExportContext.Warnings. ExportContext instance can be found inside every TsCodeGeneratorBase