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

Initializes a new instance of the MessageExceptionclass. Standard Exception constructor

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
MessageException(
	
string 
message,
	
Exception 
innerException
)
Protected 
Sub 
New ( _
	
message 
As 
String, _
	
innerException 
As 
Exception _
)
protected:
MessageException(
	
String^ 
message, 
	
Exception^ 
innerException
)

Parameters

message
String
innerException
Exception

See Also