EventSourceAnalyzerException Class

Applies to: Semantic Logging Application Block 1.0

Represents errors that occur during EventSourceAnalyzer execution.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 1.0.0.0 (1.0.1304.0)

Syntax

[SerializableAttribute]
public class EventSourceAnalyzerException : Exception
'Declaration
<SerializableAttribute>
Public Class EventSourceAnalyzerException
    Inherits Exception
[SerializableAttribute]
public ref class EventSourceAnalyzerException : public Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility.EventSourceAnalyzerException

See Also

EventSourceAnalyzerException Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility Namespace