コード例 #1
0
		public ErrorRaisedEventArgs(string message, Exception ex, Action retryAction)
		{
			this.Error = new ClientError(message, ex, retryAction);
		}
コード例 #2
0
		public ErrorViewModel(ClientError error, Action removeAction)
		{
			this.error = error;
			this.removeAction = removeAction;
		}