TeamFoundationApplicationCore.LogException Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LogException(String, Exception) | Log an exception to the event log under the TeamFoundation EventSource Use the details from the exception to get the EventId and EventLogType | |
LogException(TeamFoundationRequestContext, String, Exception) | Log an exception to the event log under the TeamFoundation EventSource Use the details from the exception to get the EventId and EventLogType | |
LogException(String, Exception, Int32, EventLogEntryType) | Log an exception to the event log under the TeamFoundation EventSource | |
LogException(TeamFoundationRequestContext, String, Exception, Int32, EventLogEntryType) | Log an exception to the event log under the TeamFoundation EventSource |
Top