C# Class GameCreatorGroupProject.notConnectedException

Inheritance: System.Exception
Afficher le fichier Open project: HeroOfTheWinds/CS-350-410-431-Group-Project

Méthodes publiques

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

Méthodes protégées

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

Method Details

notConnectedException() public méthode

public notConnectedException ( ) : System
Résultat System

notConnectedException() protected méthode

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

notConnectedException() public méthode

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

notConnectedException() public méthode

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