C# 클래스 Reinforced.Typings.Exceptions.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
파일 보기 프로젝트 열기: reinforced/Reinforced.Typings 1 사용 예제들

공개 메소드들

메소드 설명
RtWarning ( int code, string subcategory = null, string text = null ) : System

Instantiates new RtWarning that is suitable be added to warnings collection.

메소드 상세

RtWarning() 공개 메소드

Instantiates new RtWarning that is suitable be added to warnings collection.
public RtWarning ( int code, string subcategory = null, string text = null ) : System
code int Warning code
subcategory string Warning subcategory (optional). Important! Warning subcategory should not contain word "warning" and ":" symbol
text string Warning text
리턴 System