C# Class GameCreatorGroupProject.notConnectedException

Inheritance: System.Exception
Exibir arquivo Open project: HeroOfTheWinds/CS-350-410-431-Group-Project

Public Methods

Method Description
notConnectedException ( ) : System
notConnectedException ( string message ) : System
notConnectedException ( string message, Exception innerException ) : System

Protected Methods

Method Description
notConnectedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

notConnectedException() public method

public notConnectedException ( ) : System
return System

notConnectedException() protected method

protected notConnectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

notConnectedException() public method

public notConnectedException ( string message ) : System
message string
return System

notConnectedException() public method

public notConnectedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System