Creates a new instance of the EndOfStreamException class with its message string set to message and its HRESULT set to COR_E_ENDOFSTREAM.
[Visual Basic] Overloads Public Sub New( _ ByVal message As String _ ) [C#] public EndOfStreamException( string message ); [C++] public: EndOfStreamException( String* message ); [JScript] public function EndOfStreamException( message : String );
EndOfStreamException Class | EndOfStreamException Members | System.IO Namespace | EndOfStreamException Constructor Overload List