public AddExceptionDocumentationFix(ExceptionNotDocumentedOptionalHighlighting error)
 {
     Error = error;
 }
예제 #2
0
 public CatchExceptionFix(ExceptionNotDocumentedOptionalHighlighting error)
 {
     Error = error;
 }