Ejemplo n.º 1
0
 public BmobException(Status status) : base(status.ToString())
 {
     this.status = status;
 }