예제 #1
0
 public ExceptionBuilder SetWrapArguments(bool value = true)
 {
     _method.SetWrapArguments(value);
     return(this);
 }