Skip to content

Exomia.Network.Exceptions

Daniel Baetz edited this page Feb 12, 2020 · 2 revisions

NotConnectedException

Exception for signalling not connected errors.

public class Exomia.Network.Exceptions.NotConnectedException
    : Exception, ISerializable, _Exception

Constructors

.ctor NotConnectedException()

Summary:

Initializes a new instance of the class.


.ctor NotConnectedException(String message)

Summary:

Initializes a new instance of the class.

Parameter:

  • message - The message.

.ctor NotConnectedException(String message, Exception innerException)

Summary:

Initializes a new instance of the class.

Parameter:

  • message - The message.
  • innerException - The inner exception.

.ctor NotConnectedException(SerializationInfo info, StreamingContext context)

Summary:

Initializes a new instance of the class.

Parameter:

  • info - The serialization info.
  • context - The streaming context.