Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the BufferTooSmallException class.
Definition
Visual Basic Protected Sub New( _
ByVal info As SerializationInfo, _
ByVal context As StreamingContext_
)C# protected BufferTooSmallException(
SerializationInfoinfo,
StreamingContextcontext
);C++ protected:
BufferTooSmallException(
SerializationInfo^ info,
StreamingContextcontext
);JScript protected function BufferTooSmallException(
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)