ArtemisComm.PacketProcessingException.PacketProcessingException C# (CSharp) Méthode

PacketProcessingException() public méthode

public PacketProcessingException ( ) : System
Résultat 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