Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ExceptionSourceProvider Class
Members

In This Topic
    ExceptionSourceProvider Class
    In This Topic
    Serves as an IMessageSourceProvider to attribute a message to the code location which threw an Exception.
    Syntax
    'Declaration
     
    
    Public Class ExceptionSourceProvider 
       Implements Gibraltar.Monitor.IMessageSourceProvider 
    public class ExceptionSourceProvider : Gibraltar.Monitor.IMessageSourceProvider  
    Remarks
    This class looks at the StackTrace of a thrown Exception, rather than the current call stack, to attribute a message to the code location which threw that Exception rather than to where the call is made to log the Exception.
    Inheritance Hierarchy

    System.Object
       Gibraltar.ExceptionSourceProvider

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also