IExceptionConfigurationAddExceptionHandlers Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The IExceptionConfigurationAddExceptionHandlers type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Redeclaration that hides the Equals(Object) method from IntelliSense.
(Inherited from IFluentInterface.) |
|
GetHashCode |
Redeclaration that hides the GetHashCode() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
GetType |
Redeclaration that hides the GetType() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
ThenDoNothing |
End the current exception handling chain by doing nothing more.
(Inherited from IExceptionConfigurationThenDoPostHandlingAction.) |
|
ThenNotifyRethrow |
End the current exception handling chain by notifying the caller that an exception should be rethrown.
(Inherited from IExceptionConfigurationThenDoPostHandlingAction.) |
|
ThenThrowNewException |
End the current exception handling chain by throwing a new exception.
(Inherited from IExceptionConfigurationThenDoPostHandlingAction.) |
|
ToString |
Redeclaration that hides the ToString() method from IntelliSense.
(Inherited from IFluentInterface.) |
Extension Methods
Name | Description | |
---|---|---|
LogToCategory |
Category name to log Exception under. This should align with a category name defined through the LoggingConfigurationSourceBuilderExtensions extensions.
(Defined by ExceptionHandlingLoggingConfigurationSourceBuilderExtensions.) |
|
ReplaceWith(Type) | Overloaded.
Replace exception with new exception type.
(Defined by ReplaceWithHandlerLoggingConfigurationSourceBuilderExtensions.) |
|
ReplaceWith<T>() | Overloaded.
Replace exception with new exception type.
(Defined by ReplaceWithHandlerLoggingConfigurationSourceBuilderExtensions.) |
|
WrapWith(Type) | Overloaded.
Wrap exception with the new exception type.
(Defined by WrapWithHandlerLoggingConfigurationSourceBuilderExtensions.) |
|
WrapWith<T>() | Overloaded.
Wrap exception with the new exception type.
(Defined by WrapWithHandlerLoggingConfigurationSourceBuilderExtensions.) |
See Also
IExceptionConfigurationAddExceptionHandlers Interface
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace