DebugHelpers.RethrowCriticalException Method (Exception)
Throws a previously thrown exception that is not able to be handled.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static void RethrowCriticalException(
this Exception exception
)
public:
[ExtensionAttribute]
static void RethrowCriticalException(
Exception^ exception
)
<ExtensionAttribute>
Public Shared Sub RethrowCriticalException (
exception As Exception
)
Parameters
exception
Type: System.ExceptionThe exception to verify.
See Also
DebugHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top