Merge from booking branch
This commit is contained in:
parent
25906d0227
commit
9a2652739b
266 changed files with 12833 additions and 2337 deletions
|
|
@ -50,8 +50,15 @@ namespace Yavsc.Formatters
|
|||
public FormatterException(string message,Exception innerException):base(message,innerException)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the output.
|
||||
/// </summary>
|
||||
/// <value>The output.</value>
|
||||
public string Output { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the error.
|
||||
/// </summary>
|
||||
/// <value>The error.</value>
|
||||
public string Error { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue