C# Class ChatCore.Exceptions.StreamCoreNotInitializedException

Inheritance: Exception
Afficher le fichier Open project: brian91292/ChatCore

Méthodes publiques

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

Méthodes protégées

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

Method Details

StreamCoreNotInitializedException() public méthode

public StreamCoreNotInitializedException ( ) : System
Résultat System

StreamCoreNotInitializedException() protected méthode

protected StreamCoreNotInitializedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

StreamCoreNotInitializedException() public méthode

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

StreamCoreNotInitializedException() public méthode

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