C# (CSharp) Reinforced.Typings.Exceptions 네임스페이스

클래스들

이름 설명
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