TfUndo.NonFatalError Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property NonFatalError As ActivityAction(Of Object, ExceptionEventArgs)
public ActivityAction<Object, ExceptionEventArgs> NonFatalError { get; set; }
public:
property ActivityAction<Object^, ExceptionEventArgs^>^ NonFatalError {
ActivityAction<Object^, ExceptionEventArgs^>^ get ();
void set (ActivityAction<Object^, ExceptionEventArgs^>^ value);
}
member NonFatalError : ActivityAction<Object, ExceptionEventArgs> with get, set
function get NonFatalError () : ActivityAction<Object, ExceptionEventArgs>
function set NonFatalError (value : ActivityAction<Object, ExceptionEventArgs>)
Property Value
Type: System.Activities.ActivityAction<Object, ExceptionEventArgs>
Returns ActivityAction<T1, T2>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace