Rolosoft.comRolosoft PayPal IPN Easy for .NET
ConfigurationSectionException Constructor (info, context)
NamespacesRolosoft.IpnEasy.NetConfigurationSectionExceptionConfigurationSectionException(SerializationInfo, StreamingContext)
Rolosoft.com: PayPal IPN Easy for .NET
Initializes a new instance of the ConfigurationSectionException class.
Declaration Syntax
C#Visual BasicVisual C++
protected ConfigurationSectionException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
ConfigurationSectionException(
	SerializationInfo^ info, 
	StreamingContext context
)
Parameters
info (SerializationInfo)
The SerializationInfo that holds the serialized object data about the exception being thrown.
context (StreamingContext)
The StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionCondition
ArgumentNullException The info parameter is null.
SerializationException The class name is null or HResult is zero (0).

Assembly: Rolosoft.IpnEasy.Net (Module: Rolosoft.IpnEasy.Net) Version: 1.0.4316.24325 (1.0.0.5)