BadSendBufferGuidException.BadSendBufferGuidException(SerializationInfo,StreamingContext) Constructor (Microsoft.DirectX.DirectSound)
Initializes a new instance of the BadSendBufferGuidException class.
Definition
Visual Basic Protected Sub New( _
ByVal info As SerializationInfo, _
ByVal context As StreamingContext _
)C# protected BadSendBufferGuidException(
SerializationInfo info,
StreamingContext context
);C++ protected:
BadSendBufferGuidException(
SerializationInfo^ info,
StreamingContext context
);JScript protected function BadSendBufferGuidException(
info : SerializationInfo,
context : StreamingContext
);
Parameters
info System.Runtime.Serialization.SerializationInfo
A SerializationInfo object that holds all of the data needed to serialize or deserialize the object.context System.Runtime.Serialization.StreamingContext
A StreamingContext object that describes the source and destination serialized stream.