Exemple #1
0
 public MethodDoc AddException(ExceptionDoc exception)
 => WithExceptions(Exceptions.Add(exception));
Exemple #2
0
 public PropertyDoc AddException(ExceptionDoc exception)
 => WithExceptions(Exceptions.Add(exception));
Exemple #3
0
 public EventDoc AddException(ExceptionDoc exception)
 => WithExceptions(Exceptions.Add(exception));