CSReportWebServer.NativeMessaging.EndOfInputStreamException.EndOfInputStreamException C# (CSharp) Метод

EndOfInputStreamException() публичный Метод

public EndOfInputStreamException ( ) : System
Результат System
        public EndOfInputStreamException() : base("End of input stream exception.") { }
        public EndOfInputStreamException(string message) : base(message) { }

Same methods

EndOfInputStreamException::EndOfInputStreamException ( SerializationInfo info, StreamingContext context ) : System
EndOfInputStreamException::EndOfInputStreamException ( string message ) : System
EndOfInputStreamException::EndOfInputStreamException ( string message, Exception innerException ) : System
EndOfInputStreamException