TraceFilter.ExceptionToInject Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ExceptionToInject As Exception
public Exception ExceptionToInject { get; set; }
public:
property Exception^ ExceptionToInject {
    Exception^ get ();
    void set (Exception^ value);
}
member ExceptionToInject : Exception with get, set
function get ExceptionToInject () : Exception 
function set ExceptionToInject (value : Exception)

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

TraceFilter Class

Microsoft.TeamFoundation.Framework.Server Namespace