C# Class Neuralm.Services.Common.Domain.NetworkConnectorIsNotYetStartedException

Inheritance: Exception
Afficher le fichier Open project: neuralm/Neuralm-Server

Méthodes publiques

Méthode Description
NetworkConnectorIsNotYetStartedException ( string message ) : System

Initializes a new instance of the NetworkConnectorIsNotYetStartedException class.

Méthodes protégées

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

Method Details

NetworkConnectorIsNotYetStartedException() protected méthode

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

NetworkConnectorIsNotYetStartedException() public méthode

Initializes a new instance of the NetworkConnectorIsNotYetStartedException class.
public NetworkConnectorIsNotYetStartedException ( string message ) : System
message string
Résultat System