-
-
Notifications
You must be signed in to change notification settings - Fork 4
Exomia.Network.Exceptions
Daniel Baetz edited this page Feb 12, 2020
·
2 revisions
Exception for signalling not connected errors.
public class Exomia.Network.Exceptions.NotConnectedException
: Exception, ISerializable, _Exception.ctor NotConnectedException(String message)
Initializes a new instance of the class.
-
message- The message.
.ctor NotConnectedException(String message, Exception innerException)
Initializes a new instance of the class.
-
message- The message. -
innerException- The inner exception.
.ctor NotConnectedException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the class.
-
info- The serialization info. -
context- The streaming context.