System.Diagnostics.Tracing.EventSourceException
namespace System.Diagnostics.Tracing
{
public class EventSourceException : Exception
{
public EventSourceException();
protected EventSourceException(SerializationInfo info, StreamingContext context);
public EventSourceException(string message);
public EventSourceException(string message, Exception innerException);
}
}