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
- 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.