public AddExceptionDocumentationFix(ExceptionNotDocumentedOptionalHighlighting error)
 {
     Error = error;
 }
示例#2
0
 public CatchExceptionFix(ExceptionNotDocumentedOptionalHighlighting error)
 {
     Error = error;
 }