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