C# Class CSReportWebServer.NativeMessaging.EndOfInputStreamException

Inheritance: NativeMessagingException
Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Méthode Description
EndOfInputStreamException ( ) : System
EndOfInputStreamException ( string message ) : System
EndOfInputStreamException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
EndOfInputStreamException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EndOfInputStreamException() public méthode

public EndOfInputStreamException ( ) : System
Résultat System

EndOfInputStreamException() protected méthode

protected EndOfInputStreamException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

EndOfInputStreamException() public méthode

public EndOfInputStreamException ( string message ) : System
message string
Résultat System

EndOfInputStreamException() public méthode

public EndOfInputStreamException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System