Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IExceptionInfo Interface
Properties

In This Topic
    IExceptionInfo Interface Members
    In This Topic

    The following tables list the members exposed by IExceptionInfo.

    Public Properties
     NameDescription
     PropertyThe information about this exception's inner exception (or null if none).  
     PropertyThe Message string of the Exception.  
     PropertyA formatted string describing the source of an Exception.  
     PropertyA string dump of the Exception stack trace information.  
     PropertyThe full name of the type of the Exception.  
    Top
    See Also