UnsupportedAddressFamilyException Constructor (SerializationInfo, StreamingContext)Couchbase .NET SDK 2.0
Initializes a new instance of the UnsupportedAddressFamilyException class

Namespace: Couchbase.Utils
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
protected UnsupportedAddressFamilyException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo

[Missing <param name="info"/> documentation for "M:Couchbase.Utils.UnsupportedAddressFamilyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

context
Type: System.Runtime.Serialization.StreamingContext

[Missing <param name="context"/> documentation for "M:Couchbase.Utils.UnsupportedAddressFamilyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

See Also