EventLogProviderDisabledException
Represents the exception that is thrown when a specified event provider name references a disabled event provider. A disabled event provider cannot publish events.
public EventLogProviderDisabledException()
Initializes a new instance of the EventLogProviderDisabledException class.
protected EventLogProviderDisabledException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Initializes a new instance of the EventLogProviderDisabledException class with serialized data.
Initializes a new instance of the EventLogProviderDisabledException class by specifying the error message that describes the current exception.
Initializes a new instance of the EventLogProviderDisabledException class with an error message and inner exception.