[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 SenderExceptionclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
SenderException(
	
SerializationInfo 
info,
	
StreamingContext 
context
)
Protected 
Sub 
New ( _
	
info 
As 
SerializationInfo, _
	
context 
As 
StreamingContext _
)
protected:
SenderException(
	
SerializationInfo^ 
info, 
	
StreamingContext 
context
)

Parameters

info
SerializationInfo
The SerializationInfothat holds the serialized object data about the exception being thrown.
context
StreamingContext
The StreamingContextthat contains contextual information about the source or destination.

Exceptions

Exception Condition
System.Runtime.Serialization . . :: . . SerializationException The class name is null or HResultis zero (0).
System . . :: . . ArgumentNullException The info parameter is null.

See Also