Exemplo n.º 1
0
 public ApiException(ExceptionModel exception) : base(exception.ToString())
 {
 }
Exemplo n.º 2
0
 public ApiException(ExceptionModel exception, Exception inner) : base(exception.ToString(), inner)
 {
 }