SoapHeaderException Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the SoapHeaderException class with parameters for controlling serialization.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
SoapHeaderException(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

A SerializationInfo that contains values that are used during serialization and deserialization.

context
Type: System.Runtime.Serialization::StreamingContext

A SoapHeaderException that contains data about the source and destination of the serialization stream.

.NET Framework
Available since 2.0
Return to top
Show: