コード例 #1
0
 public UnexpectedErrorTag(TagDependencies tagDeps)
     : base(tagDeps, "RXT999", TagErrorType.Error)
 {
     this.ToolTip         = string.Empty;
     this.IsInternalError = true;
 }
コード例 #2
0
 protected MissingDefinitionTag(TagDependencies tagDeps, string errorCode, TagErrorType defaultErrorType)
     : base(tagDeps, errorCode, defaultErrorType)
 {
 }