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

Inheritance: Exception
Mostra file Open project: neuralm/Neuralm-Server

Public Methods

Method Description
NetworkConnectorIsNotYetStartedException ( string message ) : System

Initializes a new instance of the NetworkConnectorIsNotYetStartedException class.

Protected Methods

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

Method Details

NetworkConnectorIsNotYetStartedException() protected method

protected NetworkConnectorIsNotYetStartedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NetworkConnectorIsNotYetStartedException() public method

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