[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Rethrow unhandlable exception

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
void 
RethrowCriticalException(
	
this 
Exception 
exception
)
<
ExtensionAttribute> _
Public 
Shared 
Sub 
RethrowCriticalException ( _
	
exception 
As 
Exception _
)
[
ExtensionAttribute]
public:
static 
void 
RethrowCriticalException(
	
Exception^ 
exception
)

Parameters

exception
Exception
Exception to verify

See Also