ArtemisComm.PacketProcessingException.PacketProcessingException C# (CSharp) Method

PacketProcessingException() public method

public PacketProcessingException ( ) : System
return System
        public PacketProcessingException() : base("Exception processing packet") { }
        public PacketProcessingException(Exception innerException) : base("Exception processing packet", innerException) { }

Same methods

PacketProcessingException::PacketProcessingException ( Exception innerException ) : System
PacketProcessingException::PacketProcessingException ( SerializationInfo info, StreamingContext context ) : System
PacketProcessingException::PacketProcessingException ( string message ) : System
PacketProcessingException::PacketProcessingException ( string message, Exception innerException ) : System
PacketProcessingException