Click or drag to resize

InvalidPacketException Constructor

Overload List
  NameDescription
Public methodInvalidPacketException
Initializes a new instance of the InvalidPacketException class.
Public methodInvalidPacketException(String)
Initializes a new instance of the InvalidPacketException class with a specified error message.
Protected methodInvalidPacketException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidPacketException class with serialized data.
Public methodInvalidPacketException(String, Exception)
Initializes a new instance of the InvalidPacketException class with a specified error message and a reference to the inner InvalidPacketException that is the cause of this InvalidPacketException.
Top
See Also